Vim: Difference between revisions

From DWIKI
mNo edit summary
Line 21: Line 21:
  find syncolor.vim
  find syncolor.vim


===End highlighting search results
*http://nosheep.net/story/vi-color-schemes/
 
===End highlighting search results===
  <f9> <esc>:nohlsearch<cr>
  <f9> <esc>:nohlsearch<cr>


===show tabs===
===show tabs===
  :set list
  :set list

Revision as of 15:37, 30 June 2008

links

FAQ

Commands are entered by hitting the Esc button then ":" and the setting, function, command etc.

Enable/Disable line numbering

 set nu!

Importing the output of ls -l into the current buffer

 r !ls -l

Sort lines 50 to 76 ussing the unix sort command

 50,76 !sort

Change syntax colours

find syncolor.vim

End highlighting search results

<f9> <esc>:nohlsearch<cr>

show tabs

:set list