@@ -38,6 +38,7 @@ replace "Cmd" with "Alt" (note that "Ctrl" is "Ctrl" on both Mac, Windows, and L
3838| <Kbd k = " Cmd:]" /> | Switch tab right |
3939| <Kbd k = " Cmd:Ctrl:1-9" /> | Switch to workspace number |
4040| <Kbd k = " Cmd:Shift:r" /> | Refresh the UI |
41+ | <Kbd k = " Ctrl:Shift:i" /> | Toggle terminal multi-input mode |
4142
4243## File Preview Keybindings
4344
@@ -64,6 +65,7 @@ replace "Cmd" with "Alt" (note that "Ctrl" is "Ctrl" on both Mac, Windows, and L
6465| <Kbd k = " Cmd:r" /> | Reload webpage |
6566| <Kbd k = " Cmd:ArrowLeft" /> | Back |
6667| <Kbd k = " Cmd:ArrowRight" /> | Forward |
68+ | <Kbd k = " Cmd:f" /> | Find in webpage |
6769
6870## WaveAI Keybindings
6971
@@ -73,11 +75,12 @@ replace "Cmd" with "Alt" (note that "Ctrl" is "Ctrl" on both Mac, Windows, and L
7375
7476## Terminal Keybindings
7577
76- | Key | Function |
77- | ----------------------- | -------------- |
78- | <Kbd k = " Ctrl:Shift:c" /> | Copy |
79- | <Kbd k = " Ctrl:Shift:v" /> | Paste |
80- | <Kbd k = " Cmd:k" /> | Clear Terminal |
78+ | Key | Function |
79+ | ----------------------- | ---------------- |
80+ | <Kbd k = " Ctrl:Shift:c" /> | Copy |
81+ | <Kbd k = " Ctrl:Shift:v" /> | Paste |
82+ | <Kbd k = " Cmd:k" /> | Clear Terminal |
83+ | <Kbd k = " Cmd:f" /> | Find in Terminal |
8184
8285## Customizeable Systemwide Global Hotkey
8386
0 commit comments