Skip to content

Instantly share code, notes, and snippets.

@lukee20
lukee20 / vim-cheatsheet.md
Created October 1, 2019 04:52 — forked from glnds/vim-cheatsheet.md
Vim Cheatsheet

Vim Cheatsheet

vim {filename}
General
:e {filename} edit a file
:q quit
:q! quit without writing
:wa write all changed files (save all changes), and keep working
@lukee20
lukee20 / less-cheatsheet.md
Created October 1, 2019 04:49 — forked from glnds/less-cheatsheet.md
Less Cheatsheet

Less Cheatsheet

less {filename}
Navigation
SPACE forward one window
b backward one window
d forward half window