Add fish and kitty keybinds

This commit is contained in:
mitchell 2023-02-17 16:58:18 -05:00
parent c64b231e17
commit 19cb58d961
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@ function fish_user_key_bindings
bind --mode insert ,j 'joplin; commandline -f repaint'
bind --mode insert ,p 'nvim +"Telescope git_files"; commandline -f repaint'
bind --mode insert ,f 'nvim +"Telescope find_files"; commandline -f repaint'
bind --mode insert ,m 'nvim +Neotree; commandline -f repaint'
bind --mode insert ,v 'neovide; commandline -f repaint'
bind --mode insert ,n 'n; commandline -f repaint'
bind --mode insert ,s 'sysz; commandline -f repaint'
end