]> git.lizzy.rs Git - micro.git/commit
Improve keybinding label consistency
authorZachary Yedidia <zyedidia@gmail.com>
Thu, 18 Jun 2020 03:11:50 +0000 (23:11 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Thu, 18 Jun 2020 03:11:50 +0000 (23:11 -0400)
commitf5405cee18634e3396c8324af4f6775413eafc87
treefa095fc26c39075ed88d9384ea5993f33b6b2f60
parent2adba18159648b18e01516ade6f92234d298f39d
Improve keybinding label consistency

The old notation (for example `CtrlG`) causes confusion when combined
with new notation needed for alt (`Alt-g`) due to Alt being case
sensitive. Previously both formats were supported, but the documentation
and defaults used a combination. This commit only uses the new notation
for consistency.

Ref #1470
internal/action/defaults_darwin.go
internal/action/defaults_other.go
runtime/help/colors.md
runtime/help/commands.md
runtime/help/help.md
runtime/help/keybindings.md
runtime/help/tutorial.md