tenseleyflow/fussr / 24efb67

Browse files

add t to tag to status bar

Authored by espadonne
SHA
24efb6746d277e007d34f50be0e473d291cd626f
Parents
f24ed81
Tree
c1c71fb

1 changed file

StatusFile+-
M src/ui.rs 1 1
src/ui.rsmodified
@@ -803,7 +803,7 @@ fn draw_help(frame: &mut Frame, app: &App, area: Rect) {
803803
             let keys = if app.mode == AppMode::Git {
804804
                 Line::from(vec![
805805
                     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"),
807807
                 ])
808808
             } else {
809809
                 Line::from("j/k:nav ←/→:tree space:toggle .:dots alt-g:git ^Q:quit")