Changed some nnn options

This commit is contained in:
jon
2020-09-17 15:45:23 -05:00
parent bbe012b4ef
commit 10c83dde95

View File

@@ -44,7 +44,6 @@ complete -d cd
#golang stuff #golang stuff
export GOPATH=$HOME/gopath export GOPATH=$HOME/gopath
export PATH=$GOPATH:$GOPATH/bin:$PATH export PATH=$GOPATH:$GOPATH/bin:$PATH
export NNN_SHOW_HIDDEN=1
# use vimx if available (for clipboard support) # use vimx if available (for clipboard support)
if [ -f "/usr/bin/vimx" ]; then if [ -f "/usr/bin/vimx" ]; then
@@ -54,8 +53,9 @@ else
fi fi
### set nnn options ### set nnn options
# set detailed mode by default # set detailed mode by default, a for auto FIFO
export NNN_OPTS="d" export NNN_OPTS='da'
export NNN_PLUG='p:preview-tui;v:preview-tabbed'
# use xdg-open to handle more filetypes, correctly # use xdg-open to handle more filetypes, correctly
export NNN_FALLBACK_OPENER=xdg-open export NNN_FALLBACK_OPENER=xdg-open