config: add new key-binding 'quit', unbound by default

Closes #1475
This commit is contained in:
Daniel Eklöf 2024-04-10 19:26:23 +02:00
parent fa07c1ec67
commit b400903e25
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 13 additions and 1 deletions

View file

@ -119,6 +119,7 @@ static const char *const binding_action_map[] = {
[BIND_ACTION_PROMPT_PREV] = "prompt-prev",
[BIND_ACTION_PROMPT_NEXT] = "prompt-next",
[BIND_ACTION_UNICODE_INPUT] = "unicode-input",
[BIND_ACTION_QUIT] = "quit",
/* Mouse-specific actions */
[BIND_ACTION_SCROLLBACK_UP_MOUSE] = "scrollback-up-mouse",