You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mouneyrac edited this page Dec 18, 2012
·
19 revisions
List of all useful shortcuts for Vim beginner
Mac OS Vim
Search
Open file:
Search for function declaration in all projects:
Search for string in all projects:
Search for string in file: /xxxx
Search for next string in file: n
Moving
Page down: Control-f
Page Up: Control-b
Bottom of the file: G
Top of the file: gg
Right window: Control-w right_arrow
Left window: Control-w left_arrow