Skip to content

Commit

Permalink
make the keybind reminders in the footer a little more compact
Browse files Browse the repository at this point in the history
  • Loading branch information
drdo committed May 23, 2024
1 parent cefc059 commit b18ffbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ fn main() -> anyhow::Result<()> {
cache.get_max_file_sizes(None::<&str>)?,
cache.get_marks().unwrap(),
vec![
"m".bold(), ": mark - ".into(),
"u".bold(), ": unmark - ".into(),
"c".bold(), ": clear all marks - ".into(),
"g".bold(), ": generate - ".into(),
"q".bold(), ": quit".into(),
"m".bold(), ":Mark ".into(),
"u".bold(), ":Unmark ".into(),
"c".bold(), ":ClearAllMarks ".into(),
"g".bold(), ":Generate ".into(),
"q".bold(), ":Quit".into(),
],
)
};
Expand Down

0 comments on commit b18ffbe

Please sign in to comment.