commit c1b53e59a5e35b9a577a141a87228a638e843ab1
parent 9a8974cbc9ef1997ca8f9f31b3e18071e8916aca
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 5 Mar 2020 12:09:04 +0100
lf: edit config command
Former-commit-id: 142b70bb0d1640d04f7b7b054f3be1d6ac9b224d
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/lf/lfrc b/lf/lfrc
@@ -91,6 +91,10 @@ cmd paste_link %{{
cmd ql_preview &{{
qlmanage -p "$fx" &> /dev/null;
}}
+cmd edit_config :{{
+ $$EDITOR ~/.config/lf/lfrc
+ source ~/.config/lf/lfrc
+}}
# }}}
# Mappings {{{
# execute current file (must be executable)