Fix window swapping keybinds in neovim

This commit is contained in:
Martin Larsson 2025-07-19 15:38:43 +02:00
parent e9f70800ea
commit d46819e852
2 changed files with 11 additions and 0 deletions

View file

@ -63,3 +63,9 @@ keybind = alt+left=unbind
keybind = alt+right=unbind
keybind = ctrl+shift+left=unbind
keybind = ctrl+shift+right=unbind
# send CSI-u style codes for Ctrl+Shift+H/J/K/L
keybind = ctrl+shift+h=csi:11~
keybind = ctrl+shift+j=csi:12~
keybind = ctrl+shift+k=csi:13~
keybind = ctrl+shift+l=csi:14~