Skip to content

Commit

Permalink
Remove additional space in help message (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanzo authored May 25, 2024
1 parent 5a14df8 commit e8b4254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ impl Default for Help {
),
(
"ctrl + s",
"Save the chat to file in the current directory",
"Save the chat to file in the current directory",
),
("ctrl + h", "Show history"),
("ctrl + t", "Stop the stream response"),
("j or Down", "Scroll down"),
("k or Up", "Scroll up"),
("G", "Go to the end"),
("gg", "Go to the top"),
("?", "show help"),
("?", "Show help"),
],
}
}
Expand Down

0 comments on commit e8b4254

Please sign in to comment.