VIM Commands - dennisholee/notes GitHub Wiki

Visual Mode

Save view settings

# ~/.vimrc
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview

Fold Methods

Collapse :{range}fo Expand `