chore: One binding for nvim and update deps

This commit is contained in:
mitchell 2025-08-10 17:15:23 -04:00
parent 0df65efe7c
commit 44780e9a9e
4 changed files with 14 additions and 14 deletions

View file

@ -1,8 +1,6 @@
function fish_user_key_bindings
bind --mode insert comma,a 'ssh_add; commandline -f repaint'
bind --mode insert comma,p 'nvim +"Telescope git_files"; commandline -f repaint'
bind --mode insert comma,f 'nvim +"Telescope find_files"; commandline -f repaint'
bind --mode insert comma,n 'nvim .; commandline -f repaint'
bind --mode insert .,comma 'nvim; commandline -f repaint'
bind --mode insert comma,s 'sysz; commandline -f repaint'
bind --mode insert comma,z 'zi; commandline -f repaint'
bind --mode insert comma,t 'fzf-file-widget'