-
-
Save Osse/4037147 to your computer and use it in GitHub Desktop.
Vim Motions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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