From aeba95ae383270b2c272ae6dde635b6d91999054 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 18 Nov 2021 23:16:56 +0800 Subject: Update nnn config --- .nnnrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.nnnrc') diff --git a/.nnnrc b/.nnnrc index 40aa932..33c9e33 100755 --- a/.nnnrc +++ b/.nnnrc @@ -4,5 +4,8 @@ if [ ! -d $HOME/.config/nnn/plugins ]; then curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh fi -export NNN_PLUG='f:fzcd;v:imgview;j:autojump' +export NNN_PLUG='f:fzcd;v:imgview;j:autojump;p:preview-tabbed' [ -f /usr/bin/trash ] && export NNN_TRASH=1 +export NNN_FIFO=/tmp/nnn.fifo + +alias n='nnn' -- cgit v1.2.3