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

@ -6,5 +6,7 @@ function aikeys -d 'Set AI API keys' -a service
echo "set -lx OPENAI_API_KEY (kp Keys/openai-general -a Password)"
case anthro
echo "set -lx ANTHROPIC_API_KEY (kp Keys/anthropic-bespin-nvim -a Password)"
case work
echo "set -lx OPENAI_API_KEY (kp Keys/openai-mystro -a Password)"
end
end

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'