mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
chore: One binding for nvim and update deps
This commit is contained in:
parent
0df65efe7c
commit
44780e9a9e
4 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue