Dunst and typst
This commit is contained in:
parent
1cd3d7a903
commit
11fc0f67bf
4 changed files with 14 additions and 2 deletions
home/adrielus/features/cli/fish
|
@ -30,6 +30,10 @@ function fish_user_key_bindings
|
|||
bind -M default \cx "clear && commandline -f repaint"
|
||||
bind -M insert \cx "clear && commandline -f repaint"
|
||||
# }}}
|
||||
# {{{ C-enter to run command through less
|
||||
bind -M default \e\[13\;2u "commandline -a ' | less' && commandline -f execute"
|
||||
bind -M insert \e\[13\;2u "commandline -a ' | less' && commandline -f execute"
|
||||
# }}}
|
||||
# {{{ C-g to open neogit
|
||||
bind -M default \cg "nvim +Neogit"
|
||||
bind -M insert \cg "nvim +Neogit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue