We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73d6171 commit 9e249e7Copy full SHA for 9e249e7
src/keys/key_list.rs
@@ -206,7 +206,7 @@ impl Default for KeysList {
206
open_file_tree: GituiKeyEvent::new(KeyCode::Char('F'), KeyModifiers::SHIFT),
207
file_find: GituiKeyEvent::new(KeyCode::Char('f'), KeyModifiers::empty()),
208
branch_find: GituiKeyEvent::new(KeyCode::Char('f'), KeyModifiers::empty()),
209
- branch_sort: GituiKeyEvent::new(KeyCode::Char('s'), KeyModifiers::empty()),
+ branch_sort: GituiKeyEvent::new(KeyCode::Char('S'), KeyModifiers::SHIFT),
210
diff_hunk_next: GituiKeyEvent::new(KeyCode::Char('n'), KeyModifiers::empty()),
211
diff_hunk_prev: GituiKeyEvent::new(KeyCode::Char('p'), KeyModifiers::empty()),
212
stage_unstage_item: GituiKeyEvent::new(KeyCode::Enter, KeyModifiers::empty()),
0 commit comments