Hi, As a windows user ,I found it difficult to master the linux and vim commands. So are there some cheat sheet to look them up into quickly?
|
12
|
|
|
|
|
|
Here are some that I have bookmarked from back in the day:
The Linux commands cheatsheets: |
||
|
|
|
|
and
is always a good start |
|||
|
|
|
|
... oh, and always navigate using H,J,K,L. That will get you in the best of habits |
||
|
|
|
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 which has a little extra information about the commands. |
||
|
|
|
|
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 |
||
|
|
|
|
http://cbi.med.harvard.edu/people/peshkin/sb302/emacs-cheat-sheet.pdf Oops.. Sorry that's emacs. Did you say Vim? :) |
||
|
|
|
Here is one about vi (or vim) i bookmarked: |
||
|
|
|
|
a blog dedicated to vim where i have found some nice gems http://dailyvim.blogspot.com/ |
||
|
|
|
|
The URL says it all http://www.catswhocode.com/blog/100-vim-commands-every-programmer-should-know |
||
|
|
|
|
vimtutor is a good starting point for vim newbies. vim documentation is pretty self-sufficient. And linux is not a command. |
||
|
|
