We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd084f commit b95153eCopy full SHA for b95153e
docs/hotkeys.md
@@ -13,6 +13,7 @@
13
|Redraw screen|<kbd>ctrl</kbd> + <kbd>l</kbd>|
14
|Quit|<kbd>ctrl</kbd> + <kbd>c</kbd>|
15
|View user information (From Users list)|<kbd>i</kbd>|
16
+|Show/hide topic information & modify settings|<kbd>i</kbd>|
17
18
## Navigation
19
|Command|Key Combination|
zulipterminal/config/keys.py
@@ -311,6 +311,11 @@ class KeyBinding(TypedDict):
311
'help_text': 'View user information (From Users list)',
312
'key_category': 'general',
313
}),
314
+ ('TOPIC_INFO', {
315
+ 'keys': ['i'],
316
+ 'help_text': 'Show/hide topic information & modify settings',
317
+ 'key_category': 'general',
318
+ }),
319
('BEGINNING_OF_LINE', {
320
'keys': ['ctrl a'],
321
'help_text': 'Jump to the beginning of line',
0 commit comments