Last active
December 6, 2019 19:24
-
-
Save daniel-san/8ffb4dd76ae99f5bbb09aa6d72a14261 to your computer and use it in GitHub Desktop.
Useful vim shortcuts
This file contains hidden or 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
H -> Move cursor to top of view | |
M -> Move cursor to middle of view | |
L -> Move curosr to end of view | |
za -> Fold/unfold a indented code block | |
J -> Join multiple lines into one |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment