Cheatsheets
(Neo)Vim
>>
- Increase indentation of the current line.
<<
- Decrease indentation of the current line.
CTRL + t
- Increase indentation of the current line in Insert mode.
CTRL + d
- Decrease indentation of the current line in Insert mode.
CTRL + w T
- Current buffer into new tab.
CTRL + w r
- Swap split windows - forwards.
CTRL + w R
- Swap split windows - backwards.
CTRL + w v
- Split current window vertically.
CTRL + w s
- Split current window horizontally.
f.
- Jump to the next "." character.
zh
- Side scroll - left.
zl
- Side scroll - right.
zH
- Side scroll - left 1/2 screen width.
zL
- Side scroll - right 1/2 screen width.
CTRL + R "
- Paste yanked string in Insert mode
CTRL + ^
- Cycle between last 2 files
gv
- repeat last visual selection
feh
!
- Fit to window
f
- Fullscreen
↑
- Zoom in
↓
- Zoom out
d
- Show filename