feat(config-toggle): drop Space, add vim h/l for value changes
Directional arrows fully cover value changes, so the Space cycle is removed. Add h/l as vim-style aliases for ←/→ (matching the existing j/k for up/down), keeping the whole keymap hjkl-consistent. Update the in-panel hint, help text, docstrings, and offline docs accordingly.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
#
|
||||
# DESCRIPTION
|
||||
# Applies a state value to an opinionated-component variable in the given
|
||||
# scope, immediately and persistently. Used by config-toggle's Space (cycle)
|
||||
# and Left/Right (directional) handlers so the set/erase logic lives in one
|
||||
# scope, immediately and persistently. Used by config-toggle's Left/Right
|
||||
# (and vim h/l) directional handlers so the set/erase logic lives in one
|
||||
# place. A value of "DEFAULT" erases the variable in that scope so the
|
||||
# master switch / built-in default takes over again.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user