Skip to content

Commit 79d57c0

Browse files
authored
Revise Mac keyboard shortcuts in documentation
Updated Mac keyboard shortcuts for VS Code, including command palette and terminal shortcuts.
1 parent a59529b commit 79d57c0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

notes/MacKeyBoardShortcuts.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
| Shortcut | Action |
136136
| --------------------------------------- | ------------------------- |
137137
| **— Command Palette —** | |
138-
| <kbd>Cmd + P</kbd> | Quick open / Command |
138+
| <kbd>Cmd + P</kbd> | Open Command Pallete |
139+
| <kbd>Cmd + Shift + P</kbd> | Open Command Pallete in comand mode |
139140
| `:` | Go to line |
140141
| `@` | Go to symbol |
141142
| `>` | VS Code commands |
@@ -164,6 +165,23 @@
164165
| <kbd>Enter</kbd> | Rename file |
165166
| <kbd>Cmd + Delete</kbd> | Delete file |
166167

168+
---
169+
## 📁 VS Code – Terminal
170+
| Shortcut | Action |
171+
| ----------------------- | ------------------ |
172+
|<kbd>Cmd + G</kbd>|Go to recent open directories|
173+
|<kbd>Shift + O + Enter </kbd> | Open presence of any link in terminal|
174+
|<kbd>Cmd + G</kbd>|Go to recent open directories|
175+
|<kbd>Ctrl + `</kbd> kbd>Cmd + J</kbd>|Toggle Terminal Window|
176+
|<kbd>Shift + Ctrl + `</kbd>|Open New Terminal Tab|
177+
|<kbd>Cmd + \</kbd>|Open Split Terminal|
178+
|<kbd>Cmd + Option + ← / → </kbd>|Switch Split Terminal|
179+
|<kbd>Cmd + Shift + ]/[ </kbd>|Switch between Terminal |
180+
|<kbd>Cmd + Shift + \ </kbd>|Focus on Terminal Menu |
181+
|<kbd>Cmd + Del </kbd>|Delete current terminal after focusing on terminal menu |
182+
183+
184+
167185
---
168186

169187

0 commit comments

Comments
 (0)