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?
Similar items:


