add t to tag to status bar
- SHA
24efb6746d277e007d34f50be0e473d291cd626f- Parents
-
f24ed81 - Tree
c1c71fb
24efb67
24efb6746d277e007d34f50be0e473d291cd626ff24ed81
c1c71fb| Status | File | + | - |
|---|---|---|---|
| M |
src/ui.rs
|
1 | 1 |
src/ui.rsmodified@@ -803,7 +803,7 @@ fn draw_help(frame: &mut Frame, app: &App, area: Rect) { | ||
| 803 | 803 | let keys = if app.mode == AppMode::Git { |
| 804 | 804 | Line::from(vec![ |
| 805 | 805 | Span::styled("GIT: ", Style::default().fg(Color::Yellow)), |
| 806 | - Span::raw("a/u:stage S/U:all x:discard m:commit f:fetch l:pull p:push q/ESC:exit ^Q:quit"), | |
| 806 | + Span::raw("a/u:stage S/U:all x:discard m:commit t:tag f:fetch l:pull p:push q/ESC:exit ^Q:quit"), | |
| 807 | 807 | ]) |
| 808 | 808 | } else { |
| 809 | 809 | Line::from("j/k:nav ←/→:tree space:toggle .:dots alt-g:git ^Q:quit") |