Save etasi/44f2d182d3c531c8fbd8 to your computer and use it in GitHub Desktop.
VIM: A Great Vim Cheat Sheet A Great Vim Cheat Sheet#A Great Vim Cheat Sheet
Note: If you’re decent at vim and want your mind blown, check out Advanced Vim.
I’ve compiled a list of essential vim commands that I use every day. I then give a few instructions on how to making vim as great as it should be, because it’s painful without configuration.
##Cursor movement (Inside command/normal mode)
##Marking text (visual mode)
##Visual commands Type any of these while some text is selected to apply the action
##Working with multiple files
##Marks Marks allow you to jump to designated points in your code.
#Making Vim actually useful Vim is quite unpleasant out of the box. For example, typeing :w for every file save is awkward and copying and pasting to the system clipboard does not work. But a few changes will get you much closer to the editor of your dreams.
##Switch Caps Lock and Escape
##Other I don’t personally use these yet, but I’ve heard other people do!