add thumbnail mode and unselect mapping
This commit is contained in:
parent
ffbf86d11a
commit
040a438f9f
|
|
@ -100,6 +100,8 @@ map V push :!nvim<space>
|
|||
map W $setsid -f $TERMINAL >/dev/null 2>&1
|
||||
|
||||
map Y $printf "%s" "$fx" | xclip -selection clipboard
|
||||
map T $nsxiv -t "$(pwd)" # opens thumbnail mode
|
||||
map <c-l> unselect
|
||||
|
||||
# movement
|
||||
map gd cd ~/dox/
|
||||
|
|
|
|||
Loading…
Reference in New Issue