mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 18:59:26 +00:00
[neovim] Add leap and kitty window navigator plugins
This commit is contained in:
@ -70,10 +70,19 @@ map kitty_mod+right launch --location=vsplit --cwd=current
|
||||
map kitty_mod+up resize_window taller 3
|
||||
map kitty_mod+down resize_window shorter 3
|
||||
map kitty_mod+x toggle_layout stack
|
||||
map alt+left previous_window
|
||||
map alt+up previous_window
|
||||
map alt+right next_window
|
||||
map alt+down next_window
|
||||
# map alt+left previous_window
|
||||
# map alt+up previous_window
|
||||
# map alt+right next_window
|
||||
# map alt+down next_window
|
||||
|
||||
# neovim integration https://github.com/knubie/vim-kitty-navigator
|
||||
map alt+down kitten pass_keys.py neighboring_window bottom alt+down
|
||||
map alt+up kitten pass_keys.py neighboring_window top alt+up
|
||||
map alt+left kitten pass_keys.py neighboring_window left alt+left
|
||||
map alt+right kitten pass_keys.py neighboring_window right alt+right
|
||||
allow_remote_control yes
|
||||
listen_on unix:@mykitty
|
||||
|
||||
map F1 launch --allow-remote-control kitty +kitten broadcast
|
||||
map ctrl+alt+p kitten secrets.py "description" "Tilix Password"
|
||||
map kitty_mod+p>l kitten hints --type line --program @
|
||||
|
Reference in New Issue
Block a user