Ctrl+Shift+p | show the command palette |
Ctrl+Shift+l | Add cursors to all matching selections |
Ctrl+d | Add cursor to next matching selection |
Ctrl+u | Undo last cursor operation |
Ctrl+l | Select the current line in the cursor. |
Ctrl+</kbd> | Split the current editor |
Ctrl+number | Focus to a editor |
Ctrl+t | Finding a class, function or variable in all files |
Ctrl+k+w | Close all open editor tabs |
Ctrl+k Ctrl+z | Comment a block of kvcode |
Ctrl+k Ctrl+u | Uncomment a block of code |
Alt+up | Move the selected code one line up |
Alt+down | Move the selected code one line down |
Alt+Shift+up | Copy the selected code one line up |
Alt+Shift+down | Copy the selected code one line down |
Ctrl+` | Toggle the terminal window |
Ctrl+t z | Toggle Zen Mode |
Ctrl+r | Reload window |
Ctrl+Shift+` | Create a new terminal instance |
Ctrl+p | Find a specific file in your current folder |
Ctrl+, | Go to user settings |
Alt+Enter | Select all occurrences of Find match |
Shift+up | select all code one line up |
Shift+down | select all code one line down |
Ctrl+Shift+b | Toggle Sidebar |
Ctrl+Shift+x | Show Extensions |
Ctrl+Shift+g | Show Source Control |
Ctrl+Shift+e | Show File Explorer |
Ctrl+Shift+d | Show Debug |
Ctrl+u | Undoes the last cursor selection |