Vim Tips Wiki
m (Added to Usage Category + minor reformating)
Line 10: Line 10:
 
|text=
 
|text=
 
I like the line-number for myself editing. But I hate it in on-line help page because it force the screen wrapped.
 
I like the line-number for myself editing. But I hate it in on-line help page because it force the screen wrapped.
 
:au filetype help :se nonu
 
:au filetype help :se nonu
 
 
   
 
}}
 
}}
Line 19: Line 17:
 
<!-- parsed by vimtips.py in 0.417972 seconds-->
 
<!-- parsed by vimtips.py in 0.417972 seconds-->
 
This is done by default in vim 7
 
This is done by default in vim 7
  +
[[Category:Usage]]

Revision as of 11:15, 16 July 2007

Previous TipNext Tip

Tip: #33 - Toggle off the line-number when enter on-line help

Created: March 7, 2001 6:06 Complexity: intermediate Author: slimzhao--AT--21cn.com Version: 5.7 Karma: 20/8 Imported from: Tip#33

I like the line-number for myself editing. But I hate it in on-line help page because it force the screen wrapped.

:au filetype help :se nonu

Comments

This is done by default in vim 7