Delete character on cursor
Input text behind cursor
Input text at start of line
Append text in front of cursor
Input text at end of line
Delete operator, takes a motion
Delete from end of line to cursor
Delete line
Undo
Paste at cursor
Yank (copy)
Yank (copy) line
Replace character at cursor
Change operator, takes a motion
Change line
Highlight operator, can take a motion
Highlight line
Replace mode
Finds a phrase in the file
Join line below with current line
Automatically indent line
Summons vim manual
Capitalise characte on cursor
Start recording macro
Indent line
Outdent line
Repeat previous operator
Left
Down
Up
Right
End of current/next word
End of current/previous word
Start of current/next word
Start of current/previous word
End of line to cursor
Beggining of line to cursor
Paired bracket
Jumps to n% mark in file
Jumps to the nth line of the file, jumps to head of the file if number not provided
Jumps to the nth line of the file, jumps to foot of the file if number not provided
Jumps to middle line on screen
Jumps to the nth column, jumps to first column if number not provided
Jumps to the next line
Jumps to the previous line
Jumps to the first character of the current line
Jumps to the first character of the current line
Jumps to the last character of the current line
Jumps to the next occurence of character x on the current line
Jumps to the previous occurence of character x on the current line
Jumps to the character before the next occurence of character x on the current line
Jumps to the character after the previous occurence of character x on the current line
Jumps to the top of the visible page
Jumps to the bottom of the visible page
Jumps to the next instance of a search pattern
Jumps to the previous instance of a search pattern
Write and quit
Quit without saving
Execute system command
Write
Read
Substitute
Show contents of clipboard register x, shows all clipboards if variable not provided
Substitute
Repeats an operator or motion n times, in some particular cases it can be used for indexing
Search
Begginging of word
End of word
No, single, or multiple characters
Single character included within brackets
Single character not included within brackets
Single character
End of line
Beggining of line
Space character
Trailing previous character
#282C34