Vim Cheatsheet

Vim is an editor with a steep learning curve. This is a list of shortcuts that I have learnt and use regularly. It is by no means intended to be a comprehensive list and will continue to grow as I learn more.

File Navigation

Buffers

Windows

Searching

Tabs

I don’t use tabs a whole lot, but sometimes I keep a reference file open in a seperate one.

Editing

Selecting

Vim Go

FZF

Resources

Settings

You may find my .vimrc settings file here: https://github.com/oliverbenns/dotfiles/blob/master/.vimrc.

Plugins are installed in the setup script of that dotfiles repository.