Minor changes to nvim cfg, fish key binds, and provision_linux

This commit is contained in:
mitchell 2023-07-14 16:24:37 -04:00
parent 19cb58d961
commit 124ea84991
5 changed files with 17 additions and 13 deletions

View file

@ -4,8 +4,7 @@ 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 ,n '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