Skip to content

Instantly share code, notes, and snippets.

View blurredbits's full-sized avatar

Mark Morris blurredbits

View GitHub Profile
@jimnanney
jimnanney / abcs_of_vim.txt
Created July 27, 2013 20:16
The ABC's of Vim
The abc's of Vim
a - Append
Changes from normal mode to insert mode appending after the character under the cursor
This is a useful thing to have when you wish to add to a word.
b - beginning of word (motion)
Moves the cursor to the beginning of a word.