mirror of https://github.com/mitchell/dotfiles.git
Add fish and kitty keybinds
This commit is contained in:
parent
c64b231e17
commit
19cb58d961
|
@ -4,6 +4,8 @@ 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 ,v 'neovide; commandline -f repaint'
|
||||
bind --mode insert ,n 'n; commandline -f repaint'
|
||||
bind --mode insert ,s 'sysz; commandline -f repaint'
|
||||
end
|
||||
|
|
|
@ -5,6 +5,8 @@ bold_font JetBrains Mono Bold
|
|||
italic_font JetBrains Mono Italic
|
||||
bold_italic_font JetBrains Mono Bold Italic
|
||||
|
||||
map ctrl+shift+j next_window
|
||||
map ctrl+shift+k previous_window
|
||||
|
||||
# Theme (Gruvbox Dark)
|
||||
|
||||
|
|
Loading…
Reference in New Issue