From fee84e77554e0c2844337d1efaa4962d7fb3ac38 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Sat, 6 Apr 2024 10:05:33 +0200 Subject: [PATCH] Add some keybindings to lfrc --- .config/lf/lfrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 157f414..53ab66a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -1,5 +1,5 @@ # interpreter for shell commands -set shell fish +set shell bash # set '-eu' options for shell commands # These options are used to have safer shell commands. Option '-e' is used to @@ -27,6 +27,10 @@ set cursorpreviewfmt "\033[7;2m" set icons map gc cd ~/.config +map gd cd ~/Development +map gv cd ~/Videos +map gm cd ~/Music +map gp cd ~/Pictures # use enter for shell commands map shell