Skip to content

Instantly share code, notes, and snippets.

@Osse
Forked from dahu/gist:3986511
Created November 8, 2012 06:10
Show Gist options
  • Save Osse/4037147 to your computer and use it in GitHub Desktop.
Save Osse/4037147 to your computer and use it in GitHub Desktop.
Vim Motions
Large Object Motions:
( ) { }
[[ [] ][ ]]
[m [M ]m ]M
[( ]) [{ ]}
Word Motions:
w W e E
b B ge gE
Line Motions:
H L M j
k gg G -
+
Display Line Motions:
gj gk
Column Motions:
h l ^ $
| 0
Display Column Motions:
g^ g$ g0 gm
Search Motions:
/ ? n N
# *
Find Motions:
F f T t
; ,
Extended Matchit Motions:
% g%
Jump Motions:
` '
Buffer Motions:
{count}% {count}go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment