commit 7219dd47d509a01e100922371b5900440fb52653
parent 2b71623763aa4734bfb5587eec6121db3cf8991d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 9 Mar 2020 12:06:35 +0100
lf: some bindings
Former-commit-id: 6d8f4382ac4e55b016c94472417b2a7e2538281f
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lf/lfrc b/lf/lfrc
@@ -98,6 +98,7 @@ cmd edit_config :{{
# }}}
# Mappings {{{
# execute current file (must be executable)
+map ; push :
map x $$f
map X !$f
@@ -105,13 +106,13 @@ map X !$f
map o &open $fx
map O push hol
map v ql_preview
-map r source ~/.config/lf/lfrc
+map r reload
map R push :rename<space>
map cw push :rename<space>
map E $$EDITOR $f
map D delete
-map <enter> shell-pipe
+map <enter> &open $fx
map S shell
map Y copy_path