Cheat Sheet
Config
| Switch Tab |
Ctrl
+
{n}
|
| Quit Tab |
Ctrl
+
F4
|
| Commands |
Ctrl
+
Shift
+
P
|
| Navigate in open files |
Ctrl
+
Tab
|
| New Terminal |
Ctrl
+
Shift
+
ù
|
VSCode Extension
VSCode Extension
Cheat Sheet
:set encoding=utf-8
┌──────────────┐ [Ctrl+C] > ┌──────────────┐ [:] > ┌───────────────┐
│ --Insert-- │ <════════════> │ --Normal-- │ <════════════> │ --Command-- │
└──────────────┘ < [i] └──────────────┘ < [Ctrl+C] └───────────────┘
∧
║ ∧
[v] ║ [Ctrl+C]
∨ ║
∨
┌──────────────┐
│ --Visual-- │
└──────────────┘
Navigation
| Navigation {n} lines |
{n}
+
i j k l
|
| Navigation {n} words |
{n}
+
w b / W B
|
| Move start/end of line |
0 / $
|
| Goto line {n} |
{n}
+
gg
|
| Search char in line |
f{char} / F{char}
|
| Navigate in search |
Enter
then
; / ,
|
| Search text in file |
/{text} / ?{text}
|
| Navigate in search |
Enter
then
n / N
|
| Find and replace |
:%s/find/replace/g
|
| Move half page up/down |
Ctrl
+
D / U
|
| Center screen on cursor |
zz
|
V (visual)
at (go closing bracket)
o / O (go back and forth)
Selection
| Selection |
v
|
| Copy/Cut selection |
y / d
|
| Paste before/after cursor |
P / p
|
Macros
| Record macro {name} |
q{name}
|
| Stop recording |
q
|
| Play macro {name} |
@{name}
|
Cheat Sheet
| Search |
Ctrl
+
F
|
| Open selected link |
Ctrl
+
Enter
|
| New tab |
Ctrl
+
t
|
| Navigate to tab |
Ctrl
+
{n}
|
| Close tab |
Ctrl
+
F4
|
| Reopen closed tab |
Ctrl
+
Shift
+
t
|
| Precedent / Next |
Alt
+
{arrows}
|
| Search bar |
Ctrl
+
l
|
Config
Cheat Sheet
| New tab |
Ctrl
+
t
|
| Close tab |
Ctrl
+
w
|
| Swap to tab {n} |
Ctrl
+
{n}
|
| New Powershell tab |
Shift
+
Alt
+
2
|
| Copy current tab right/bottom |
Ctrl
+
Shift
+
R/B
|
| Move to tab |
Ctrl
+
Shift
+
{arrows}
|