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:
2026-06-11 03:10:50 -04:00
parent bddb068ec0
commit cfd4749e72
4 changed files with 15 additions and 31 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ function __config_toggle_draw
# ── Keybind hint ──────────────────────────────────────
# Padded to the inner width so the right border stays aligned regardless
# of the hint text. string pad is width-aware (arrows count as 1 column).
set -l hint " ↑↓ move ←→ set Space cycle Tab scope q quit"
set -l hint " ↑↓/kj move ←→/hl set Tab scope q quit"
printf '│%s%s%s│\n' $c_dim (string pad -r -w $IW -- $hint) $c_reset
# ── Bottom border ─────────────────────────────────────