1
Fork 0

Dunst and typst

This commit is contained in:
Matei Adriel 2023-05-28 00:40:40 +02:00
parent 1cd3d7a903
commit 11fc0f67bf
No known key found for this signature in database
4 changed files with 14 additions and 2 deletions
home/adrielus/features/cli/fish

View file

@ -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"