diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index c9e617a..0afaf16 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -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/ |
