feat: [hx] map keybind to split commands

This commit is contained in:
Igor Támara 2025-11-08 07:45:36 -05:00 committed by CJ van den Berg
parent 1f119e79d8
commit 8637152fc9

View file

@ -26,6 +26,13 @@
["ctrl+x", "decrement"], ["ctrl+x", "decrement"],
["ctrl+^", "open_previous_file"], ["ctrl+^", "open_previous_file"],
["ctrl+w v", "add_split"],
["ctrl+w h", "goto_left_split"],
["ctrl+w l", "goto_right_split"],
["ctrl+w H", "swap_left_split"],
["ctrl+w L", "swap_right_split"],
["ctrl+w q", "close_split"],
["ctrl+w o", "close_other_splits"],
["alt+.", "repeat_last_motion"], ["alt+.", "repeat_last_motion"],
["alt+d", "delete_backward"], ["alt+d", "delete_backward"],