mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2026-05-29 23:24:38 +00:00
[neovim] Update vim-kitty-navigator conf
This commit is contained in:
@@ -79,12 +79,16 @@ map kitty_mod+. next_tab
|
||||
# map alt+down next_window
|
||||
|
||||
# neovim integration https://github.com/knubie/vim-kitty-navigator
|
||||
map alt+down kitten pass_keys.py bottom alt+down
|
||||
map alt+up kitten pass_keys.py top alt+up
|
||||
map alt+left kitten pass_keys.py left alt+left
|
||||
map alt+right kitten pass_keys.py right alt+right
|
||||
allow_remote_control yes
|
||||
listen_on unix:@mykitty
|
||||
map alt+down neighboring_window down
|
||||
map alt+up neighboring_window up
|
||||
map alt+left neighboring_window left
|
||||
map alt+right neighboring_window right
|
||||
map --when-focus-on var:IS_VIM=true alt+down
|
||||
map --when-focus-on var:IS_VIM=true alt+up
|
||||
map --when-focus-on var:IS_VIM=true alt+left
|
||||
map --when-focus-on var:IS_VIM=true alt+right
|
||||
|
||||
map F1 launch --allow-remote-control kitty +kitten broadcast
|
||||
map ctrl+alt+p kitten kitty_secrets.py "description" "Kitty password"
|
||||
|
||||
Reference in New Issue
Block a user