vote up 7 vote down star
12

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?

flag

53% accept rate

10 Answers

vote up 3 vote down
:help

and

man man

is always a good start

link|flag
vote up 1 vote down

... oh, and always navigate using H,J,K,L. That will get you in the best of habits

link|flag
Make that h,j,k,l – Jeremy Michael Cantrell Jan 16 at 17:45
vote up 1 vote down

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.

link|flag
vote up 1 vote down

I've always found that the best "cheatsheet" for vim is in the docs themselves:

:help toc
:help holy-grail
:help index

They're cross-referenced, and easily searchable.

For linux, the apropos command can be useful - it searches through all the manpages for a term that you give it. You can then use man to look further.

link|flag
vote up -3 vote down

http://cbi.med.harvard.edu/people/peshkin/sb302/emacs-cheat-sheet.pdf

Oops.. Sorry that's emacs. Did you say Vim? :)

link|flag
Not to start the usual religious war, but it's a reasonable point - if you find yourself needing a cheatsheet for vi[m] you might be more at home with a more transparent editor. 'nano' is installed by most Linuxen now and is pretty simple. – bobince Jan 14 at 8:26
vote up 1 vote down

Here is one about vi (or vim) i bookmarked:

http://www.ts.vcu.edu/faq/unix/viquickreference.pdf

http://www.ts.vcu.edu/faq/unix/vieditor.html

link|flag
vote up 2 vote down

a blog dedicated to vim where i have found some nice gems http://dailyvim.blogspot.com/

link|flag
vote up 0 vote down

vimtutor is a good starting point for vim newbies.

vim documentation is pretty self-sufficient.

And linux is not a command.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.