Skip to content

Commit 8fc3586

Browse files
committed
Add Shift+T keybinding to help screen and update Cargo.lock
- Added Shift+T theme selector keybinding to the help screen under "Other" section - Updated Cargo.lock with version bump to 0.6.0
1 parent 0d08ff1 commit 8fc3586

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,9 @@ fn draw_help(f: &mut Frame, app: &mut App) {
691691
.fg(app.theme.accent)
692692
.add_modifier(Modifier::BOLD),
693693
)]),
694-
Line::from(" ? : Show this help"),
695-
Line::from(" q : Quit application"),
694+
Line::from(" Shift+T : Change theme"),
695+
Line::from(" ? : Show this help"),
696+
Line::from(" q : Quit application"),
696697
];
697698

698699
let help_para = Paragraph::new(help_text);

0 commit comments

Comments
 (0)