diff options
Diffstat (limited to 'dotfiles/.config/lf')
| -rw-r--r-- | dotfiles/.config/lf/lfrc | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/lf/lfrc b/dotfiles/.config/lf/lfrc index 4069f05..72d39c7 100644 --- a/dotfiles/.config/lf/lfrc +++ b/dotfiles/.config/lf/lfrc @@ -149,7 +149,7 @@ map i push A<a-b><a-b><a-f> # rename before extention  map a push A<a-b> # rename after extention  map <c-n> push :mkdir<space>  map <c-t> push :$touch<space> -map <c-r> reload +map r reload  map <enter> shell  map D delete  map <enter> shell @@ -162,7 +162,7 @@ map Y :yank-path  map L $LESSOPEN='| ~/.local/bin/scope %s' less -r $f # open file preview in pager  map P hard_link  map <a-p> soft_link -map r archive +map R archive  # Mouse bindings  map <m-3> :dragon  | 
