Skip to content

Commit 3053d15

Browse files
committed
add exit key binding to help screen
1 parent 73cd749 commit 3053d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ func PrintHelp() {
398398
fmt.Fprintln(textView, "[::b] Up/Down[::-] = Scroll history/chats")
399399
fmt.Fprintln(textView, "[::b]", config.Config.Keymap.SwitchPanels, "[::-] = Switch input/chats")
400400
fmt.Fprintln(textView, "[::b]", config.Config.Keymap.FocusMessages, "[::-] = Focus message panel")
401+
fmt.Fprintln(textView, "[::b]", config.Config.Keymap.CommandQuit, "[::-] = Exit app")
401402
fmt.Fprintln(textView, "")
402403
fmt.Fprintln(textView, "[-::-]Message panel[-::-]")
403404
fmt.Fprintln(textView, "[::b] Up/Down[::-] = select message")

0 commit comments

Comments
 (0)