diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:36:31 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-07-14 10:36:31 +0530 |
| commit | 040a438f9f9c8440059ab2a66d32a64ed428dac7 (patch) | |
| tree | 4640d6665da3e038d052572d34fa9f40aba9869d /.config/lf | |
| parent | ffbf86d11acd790990f20cccfc767a8af73da734 (diff) | |
add thumbnail mode and unselect mapping
Diffstat (limited to '.config/lf')
| -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/ |
