mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37: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
|
|
@ -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