lazygit/docs
Stefan Haller 2b22ad1651 Add an alternate keybinding (default <c-s>) for ConfirmInEditor
The default binding for ConfirmInEditor is <a-enter>, which has two problems:
- some terminal emulators don't support it, including the default terminal on
  Mac (Terminal.app)
- on Windows it is bound to toggling full-screen

Ideally we would use <c-enter> instead (and Command-Enter on Mac), but neither
is possible without https://github.com/gdamore/tcell/issues/671, so for the time
being add an alternate keybinding which works everywhere.

Show both bindings in the footer of the commit description panel if they are
both non-null. While we're at it, fix the footer for the case where either or
both of the keybindings are set to <disabled>.

And finally, change "commit" to "submit" in that footer; we use the same panel
also for creating tags, in which case "commit" is not quite right.
2025-05-03 17:37:10 +02:00
..
dev Fix typos 2025-01-03 10:50:36 +11:00
keybindings Update config docs and schema 2025-04-21 18:12:50 +02:00
Config.md Add an alternate keybinding (default <c-s>) for ConfirmInEditor 2025-05-03 17:37:10 +02:00
Custom_Command_Keybindings.md Add runCommand function to Go template syntax 2025-04-09 10:44:36 +02:00
Custom_Pagers.md Add missing closing quote 2024-08-27 10:16:53 +02:00
Fixup_Commits.md Update user doc 2024-06-01 08:31:18 +02:00
Range_Select.md Add range selection ability on list contexts 2024-01-19 10:47:21 +11:00
README.md Normalize line endings of docs/README.md 2024-07-01 08:36:57 +02:00
Searching.md Add filtering docs 2023-07-03 12:54:14 +10:00
Stacked_Branches.md chore: fix some comments and typos 2024-04-28 09:44:59 +02:00
Undoing.md Add undo demo 2023-08-12 16:15:50 +10:00