Skip to content

Commit a2e9997

Browse files
author
Stephan Dilly
committed
note for later
1 parent 7aebd1b commit a2e9997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/keys.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub const TAB_3: KeyEvent = no_mod(KeyCode::Char('3'));
2020
pub const TAB_4: KeyEvent = no_mod(KeyCode::Char('4'));
2121
pub const TAB_TOGGLE: KeyEvent = no_mod(KeyCode::Tab);
2222
pub const TAB_TOGGLE_REVERSE: KeyEvent = no_mod(KeyCode::BackTab);
23+
//TODO: https://github.com/extrawurst/gitui/issues/112
2324
pub const TAB_TOGGLE_REVERSE_WINDOWS: KeyEvent =
2425
with_mod(KeyCode::BackTab, KeyModifiers::SHIFT);
2526
pub const FOCUS_WORKDIR: KeyEvent = no_mod(KeyCode::Char('w'));

0 commit comments

Comments
 (0)