fix: [hx] regression on select move left and right

This commit is contained in:
Igor Támara 2025-11-06 07:12:11 -05:00 committed by CJ van den Berg
parent 1289cfc3af
commit 20a2b77db1

View file

@ -404,14 +404,14 @@
["j", "select_down"],
["k", "select_up"],
["l", "select_right_helix"],
["left", "select_left"],
["left", "select_left_helix"],
["down", "select_down"],
["up", "select_up"],
["right", "select_right"],
["kp_left", "select_left"],
["right", "select_right_helix"],
["kp_left", "select_left_helix"],
["kp_down", "select_down"],
["kp_up", "select_up"],
["kp_right", "select_right"],
["kp_right", "select_right_helix"],
["%", "select_all"],
["`", "switch_to_lowercase"],