Commit 86fcec2
runtime: drop deprecated Ctrl-key constant names
tcell v3 removes the legacy KeyCtrlSpace / KeyCtrlLeftSq /
KeyCtrlBackslash / KeyCtrlRightSq / KeyCtrlCarat / KeyCtrlUnderscore
constants. Micro's bindings parser previously accepted the matching
string names ("CtrlSpace", "CtrlLeftSq", ...) as aliases; those are
now invalid and the parser emits a TermMessage warning when it sees
one.
Update the shipped comment plugin and the keybindings help page to
use the supported forms.
Assisted-by: Claude:claude-opus-4-71 parent f82419d commit 86fcec2
3 files changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
456 | 455 | | |
457 | 456 | | |
458 | 457 | | |
| |||
479 | 478 | | |
480 | 479 | | |
481 | 480 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | 481 | | |
488 | 482 | | |
489 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments