diff options
| -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 |
