diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-05 19:22:14 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-05 19:22:14 +0400 |
| commit | b9f5a6bbb42628ca9d7da014367301c0d44e43e6 (patch) | |
| tree | 798d1a94d87cc4588e4475bfda5e2d05657a33ad /config/lf/lfrc | |
| parent | 9a8b1511f31a88d04beafe4f603bc3c4daae5559 (diff) | |
chore(lf): update keybinds to change directories
Diffstat (limited to 'config/lf/lfrc')
| -rw-r--r-- | config/lf/lfrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lf/lfrc b/config/lf/lfrc index fcdbb03..c00135d 100644 --- a/config/lf/lfrc +++ b/config/lf/lfrc @@ -19,10 +19,10 @@ map zz :{{ set preview; set ratios 1:2:3; }} # Directory change keybinds (some overwrite default ones) # <c-h> and <c-k> might fail on some terminal emulators -map <c-h> cd ~/ +map <c-e> cd ~/ map <c-p> cd ~/proj -map <c-t> cd ~/tproj -map <c-k> cd /tmp +map <c-t> cd ~/tmp +map <c-v> cd /tmp map <c-w> cd ~/work # Theme |
