HTTP/1.0 200 OK Accept-Ranges: none Content-Location: http://www.k-oo.de/blog/2009/09/30/vim-or-not-vim-thats-the-question/ Content-Type: text/html; charset=UTF-8 Date: Fri, 13 Aug 2010 03:20:00 GMT Set-Cookie: PREF=ID=495b73fa586bb0c7:TM=1281669600:LM=1281669600:S=nSz3GzsanOtHGtCr; expires=Sun, 12-Aug-2012 03:20:00 GMT; path=/; domain=translate.googleusercontent.com X-Content-Type-Options: nosniff Server: translation Expires: Fri, 13 Aug 2010 03:20:00 GMT Cache-Control: private vim vim or not? that's the question. »All-IT
Sep 30

I have just one article about the 100 vim commands read, the programmer should know everyone.
The vim (Vi IMproved) I have here in the blog once before in brief .

In reviewing the list of 100 best vim commands, I have once again learned a lot about these consoles editor, but also well-known old and dear derived features discovered. My absolute favorites are:

  • : To turn on syntax highlighting of the syntax (syntax highlighting)
  • the commands to indent code
    : Set autoindent turn on indenting
    : Set intelligent indentation turn smartindent
    : Set shiftwidth = 4 define four spaces as Einrückgröße
    ctrl-t, ctrl-d A / disengaging the insert mode
    >> Indentation in the command mode
    <<Disengagement in the command mode
  • Interacting with Unix
    :! Run by pwd "pwd" unix command and then return to vim
    ! Run by pwd "pwd" unix command and paste the output into the file
    : Sh temporary trip to the Unix Shell
  • :% S / old / new / g replace "old" with "new" in the whole file

What are editors for the console you use? And if vim is, on what commands Could not do without her?

Bookmark:
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Technorati
  • Google Bookmarks

Similar items:

posted by gklinkmann \ \ tags: , , ,

Comment

Yes, I want to be notified of comments!