Add some keybindings to lfrc
This commit is contained in:
parent
96cd84c53f
commit
fee84e7755
@ -1,5 +1,5 @@
|
|||||||
# interpreter for shell commands
|
# interpreter for shell commands
|
||||||
set shell fish
|
set shell bash
|
||||||
|
|
||||||
# set '-eu' options for shell commands
|
# set '-eu' options for shell commands
|
||||||
# These options are used to have safer shell commands. Option '-e' is used to
|
# 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
|
set icons
|
||||||
|
|
||||||
map gc cd ~/.config
|
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
|
# use enter for shell commands
|
||||||
map <enter> shell
|
map <enter> shell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user