Skip to content

Commit

Permalink
shorten input control labels
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannm committed Jun 7, 2023
1 parent 7891534 commit b17482c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rendering/fullscreen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ use super::status_symbols::{get_status_symbols, StatusSymbol};

const INPUT_CONTROLS: [[&str; 2]; 6] = [
["[enter]", "done"],
["[space]", "stage change"],
["[r]", "unstage change"],
["[space]", "stage"],
["[r]", "unstage"],
["[a]", "stage all"],
["[u]", "unstage all"],
["[c]", "copy path"],
Expand Down

0 comments on commit b17482c

Please sign in to comment.