Add some keybindings to lfrc

This commit is contained in:
daniele 2024-04-06 10:05:33 +02:00
parent 96cd84c53f
commit fee84e7755
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -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 <enter> shell