Skip to content

Commit 02f3c98

Browse files
committed
refactor: keys: Remove the replaced GO_BACK command.
Hotkeys document regenerated.
1 parent d7b975c commit 02f3c98

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

docs/hotkeys.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
|Show/hide Help Menu|<kbd>?</kbd>|
99
|Show/hide Markdown Help Menu|<kbd>Meta</kbd> + <kbd>m</kbd>|
1010
|Show/hide About Menu|<kbd>Meta</kbd> + <kbd>?</kbd>|
11-
|Go back|<kbd>Esc</kbd>|
1211
|Open draft message saved in this session|<kbd>d</kbd>|
1312
|Redraw screen|<kbd>Ctrl</kbd> + <kbd>l</kbd>|
1413
|Quit|<kbd>Ctrl</kbd> + <kbd>c</kbd>|

zulipterminal/config/keys.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ class KeyBinding(TypedDict):
4545
'help_text': 'Show/hide About Menu',
4646
'key_category': 'general',
4747
},
48-
'GO_BACK': {
49-
'keys': ['esc'],
50-
'help_text': 'Go back',
51-
'excluded_from_random_tips': False,
52-
'key_category': 'general',
53-
},
5448
'OPEN_DRAFT': {
5549
'keys': ['d'],
5650
'help_text': 'Open draft message saved in this session',

0 commit comments

Comments
 (0)