Kuasai pintasan keyboard untuk VS Code, Chrome DevTools, Terminal, Figma, Vim, Excel, dan IntelliJ. Filter berdasarkan aplikasi, cari pintasan apa pun.
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Command Palette | โ+Shift+P | Ctrl+Shift+P | |
| Quick Open file | โ+P | Ctrl+P | |
| New file | โ+N | Ctrl+N | |
| Save | โ+S | Ctrl+S | |
| Save All | โ+K S | Ctrl+K S | |
| Close editor | โ+W | Ctrl+W | |
| Reopen closed editor | โ+Shift+T | Ctrl+Shift+T | |
| Split editor | โ+\ | Ctrl+\ | |
| Toggle terminal | โ+` | Ctrl+` | |
| Toggle sidebar | โ+B | Ctrl+B | |
| Format document | โ+Shift+I | Ctrl+Shift+I | |
| Format selection | โ+K โ+F | Ctrl+K Ctrl+F | |
| Go to definition | F12 | F12 | |
| Peek definition | โฅ+F12 | Alt+F12 | |
| Find references | โฅ+Shift+F12 | Alt+Shift+F12 | |
| Rename symbol | F2 | F2 | |
| Find in file | โ+F | Ctrl+F | |
| Find in all files | โ+Shift+F | Ctrl+Shift+F | |
| Replace in file | โ+H | Ctrl+H | |
| Multi-cursor (click) | โฅ+Click | Alt+Click | |
| Multi-cursor add below | โ+โฅ+โ | Ctrl+Alt+โ | |
| Select all occurrences | โ+Shift+L | Ctrl+Shift+L | |
| Move line up/down | โฅ+โ/โ | Alt+โ/โ | |
| Copy line up/down | โฅ+Shift+โ/โ | Alt+Shift+โ/โ | |
| Delete line | โ+Shift+K | Ctrl+Shift+K | |
| Comment line | โ+/ | Ctrl+/ | |
| Block comment | โฅ+Shift+A | Alt+Shift+A | |
| Fold region | โ+K โ+[ | Ctrl+K Ctrl+[ | |
| Unfold region | โ+K โ+] | Ctrl+K Ctrl+] | |
| Keyboard shortcuts | โ+K โ+S | Ctrl+K Ctrl+S |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Open DevTools | โ+โฅ+I | F12 / Ctrl+Shift+I | |
| Open Console | โ+โฅ+J | Ctrl+Shift+J | |
| Command Menu | โ+Shift+P | Ctrl+Shift+P | |
| Inspect element | โ+Shift+C | Ctrl+Shift+C | |
| Toggle device mode | โ+Shift+M | Ctrl+Shift+M | |
| Hard reload (clear cache) | โ+Shift+R | Ctrl+Shift+R | |
| Next panel | โ+] | Ctrl+] | |
| Focus search/console | โ+` | Ctrl+` | |
| Clear console | โ+K | Ctrl+L | |
| Go to Settings | F1 | F1 | |
| Pause/Resume script | F8 | F8 | |
| Step into | F11 | F11 | |
| Step over | F10 | F10 | |
| Step out | Shift+F11 | Shift+F11 | |
| Toggle breakpoint | F9 | F9 |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| New tab | โ+T | Ctrl+Shift+T (Windows Terminal) | |
| Move to start of line | Ctrl+A | Ctrl+A | |
| Move to end of line | Ctrl+E | Ctrl+E | |
| Delete word backwards | Ctrl+W | Ctrl+W | |
| Delete to start | Ctrl+U | Ctrl+U | |
| Delete to end | Ctrl+K | Ctrl+K | |
| Reverse search history | Ctrl+R | Ctrl+R | |
| Cancel command | Ctrl+C | Ctrl+C | |
| Suspend process | Ctrl+Z | Ctrl+Z | |
| Clear screen | Ctrl+L | Ctrl+L | |
| Exit / EOF | Ctrl+D | Ctrl+D | |
| Transpose chars | Ctrl+T | Ctrl+T | |
| Previous word | โฅ+B | Alt+B | |
| Next word | โฅ+F | Alt+F | |
| Previous command | โ / Ctrl+P | โ / Ctrl+P | |
| Next command | โ / Ctrl+N | โ / Ctrl+N |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Select tool | V | V | |
| Frame (artboard) tool | F | F | |
| Rectangle tool | R | R | |
| Text tool | T | T | |
| Pen tool | P | P | |
| Zoom to fit | โ+Shift+H | Ctrl+Shift+H | |
| Zoom in/out | + / - | + / - | |
| Zoom 100% | โ+0 | Ctrl+0 | |
| Group selection | โ+G | Ctrl+G | |
| Ungroup | โ+Shift+G | Ctrl+Shift+G | |
| Component create | โ+โฅ+K | Ctrl+Alt+K | |
| Copy as CSS | โ+โฅ+C | Ctrl+Alt+C | |
| Show constraints | โฅ+A | Alt+A | |
| Flip horizontal | โ+Shift+H (transform) | Ctrl+Shift+H | |
| Fill picker | โฅ+G | Alt+G |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Normal mode | Esc / Ctrl+[ | Esc / Ctrl+[ | |
| Insert before cursor | i | i | |
| Insert at line start | I | I | |
| Append after cursor | a | a | |
| Append at line end | A | A | |
| New line below | o | o | |
| New line above | O | O | |
| Delete line | dd | dd | |
| Yank (copy) line | yy | yy | |
| Paste below | p | p | |
| Undo | u | u | |
| Redo | Ctrl+R | Ctrl+R | |
| Search forward | /pattern | /pattern | |
| Search backward | ?pattern | ?pattern | |
| Next result | n | n | |
| Previous result | N | N | |
| Delete word | dw | dw | |
| Change inside quotes | ci" | ci" | |
| Select word | viw | viw | |
| Go to line 50 | :50 / 50G | :50 / 50G | |
| Save | :w | :w | |
| Quit | :q | :q | |
| Save and quit | :wq / ZZ | :wq / ZZ | |
| Force quit (no save) | :q! | :q! |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Select all | โ+A | Ctrl+A | |
| Bold | โ+B | Ctrl+B | |
| Find & Replace | โ+H | Ctrl+H | |
| Insert row/column | โ+Shift+(+) | Ctrl+Shift+(+) | |
| Delete row/column | โ+Shift+(-) | Ctrl+Shift+(-) | |
| Fill down | โ+D | Ctrl+D | |
| Fill right | โ+R | Ctrl+R | |
| Auto-sum (SUM formula) | โ+Shift+T | Alt+= | |
| Toggle absolute reference ($) | โ+T | F4 | |
| Enter in cell (no navigation) | Ctrl+Enter | Ctrl+Enter | |
| Format cells dialog | โ+1 | Ctrl+1 | |
| Hide row | โ+9 | Ctrl+9 | |
| Hide column | โ+0 | Ctrl+0 | |
| Go to cell A1 | โ+Home | Ctrl+Home | |
| New sheet | โ+Shift+N (Sheets) | Shift+F11 |
| Aksi | Mac | Windows / Linux | |
|---|---|---|---|
| Search everywhere | Double Shift | Double Shift | |
| Find action | โ+Shift+A | Ctrl+Shift+A | |
| Go to class | โ+O | Ctrl+N | |
| Go to file | โ+Shift+O | Ctrl+Shift+N | |
| Go to symbol | โ+โฅ+O | Ctrl+Alt+Shift+N | |
| Complete statement | โ+Shift+Enter | Ctrl+Shift+Enter | |
| Quick fix / intention | โฅ+Enter | Alt+Enter | |
| Refactor (This) | โ+T | Ctrl+Alt+Shift+T | |
| Run | โ+R | Shift+F10 | |
| Debug | โ+D | Shift+F9 | |
| Step over (debug) | F8 | F8 | |
| Step into (debug) | F7 | F7 | |
| Resume program | โ+โฅ+R | F9 | |
| Recent files | โ+E | Ctrl+E | |
| Recent locations | โ+Shift+E | Ctrl+Shift+E |
Don't try to memorize all shortcuts at once. Pick 3 new shortcuts each day and use them consistently until they become muscle memory.
Print a condensed cheat sheet and post it near your monitor. Seeing it regularly reinforces memory even when you're not actively practicing.
Temporarily force yourself to avoid the mouse for common tasks. This creates productive frustration that rapidly builds shortcut recall.
Palet Perintah memberi Anda akses ke setiap fitur VS Code tanpa menghafal pintasan spesifiknya. Ketik "format" untuk memformat kode, "git" untuk kontrol versi, "settings" untuk preferensi. Ini juga cara terbaik untuk menemukan pintasan โ palet menampilkan pintasan keyboard di samping setiap perintah.
Buka editor Pintasan Keyboard dengan Ctrl+K Ctrl+S (Windows/Linux) atau Cmd+K Cmd+S (Mac). Anda dapat mencari perintah apa pun, mengklik ikon pensil untuk mengedit, dan menekan kombinasi tombol pilihan Anda. Pintasan disimpan di keybindings.json di folder pengaturan pengguna.
Ya โ instal ekstensi VSCodeVim dari marketplace. Ekstensi ini mengemulasi sebagian besar gerakan, perintah, dan mode Vim (Normal, Insert, Visual). Anda dapat mengonfigurasinya di settings.json untuk menyesuaikan perilaku dan menambahkan pemetaan leader key Vim.
Ctrl+Shift+P (Cmd+Shift+P di Mac) membuka Menu Perintah โ mirip dengan Palet Perintah VS Code. Anda dapat menjalankan perintah DevTools apa pun, mengaktifkan/menonaktifkan fitur, atau berpindah panel tanpa menggunakan mouse. Ini adalah pintasan DevTools yang paling kuat.
Jalankan vimtutor di terminal untuk tutorial interaktif selama 30 menit. Fokus pada gerakan hjkl, operator (d, c, y), dan objek teks (w, b, {, (, [) terlebih dahulu. Kekuatan Vim berasal dari menggabungkan operator dengan gerakan: dw (hapus kata), ci' (ubah isi tanda kutip), gU$ (huruf besar hingga akhir baris).