As a Windows user, I found it difficult to master the Linux and Vim commands.
So are there some cheat sheets to look them up into quickly?
|
As a Windows user, I found it difficult to master the Linux and Vim commands. So are there some cheat sheets to look them up into quickly?
| ||||
|
feedback
|
|
Here are some that I have bookmarked from back in the day:
The Linux commands cheatsheets: | |||
|
feedback
|
|
A blog dedicated to Vim where I have found some nice gems, "Daily Vim: Text Editor Tips, Tricks, Tutorials, and HOWTOs": http://dailyvim.blogspot.com/. | ||||
|
feedback
|
|
Here is one about vi (or Vim) I bookmarked: | ||||
|
feedback
|
|
I have used this one (PDF) from http://tnerual.eriogerg.free.fr/vim.html and it's quite extensive and useful. Another good one is this at: http://www.tuxfiles.org/linuxhelp/vimcheat.html. It has a little extra information about the commands. | ||||
|
feedback
|
|
Oh, and always navigate using H, J, K and L. That will get you in the best of habits. | ||||
|
feedback
|
|
I've always found that the best "cheatsheet" for vim is in the docs themselves:
They're cross-referenced, and easily searchable. For linux, the | |||
|
feedback
|
|
The URL says it all http://www.catswhocode.com/blog/100-vim-commands-every-programmer-should-know | |||
|
feedback
|
|
Pretty lame but I tend to use history a lot.
For VIM I use : with the arrow keys a lot for older commands. This is often faster as looking it up in some cheat sheet for me. | |||
|
feedback
|
|
vimtutor is a good starting point for Vim beginners. Vim documentation is pretty self-sufficient. And Linux is not a command. | ||||
|
feedback
|