Vim Tips Wiki
(archive 2009; add new month)
(archive)
Line 5: Line 5:
   
 
'''To discuss suggestions for new items, please edit the [[Talk:Did you know|talk page]].'''
 
'''To discuss suggestions for new items, please edit the [[Talk:Did you know|talk page]].'''
  +
  +
==April 2010==
  +
*<tt>zz</tt> scrolls the current line to the [[VimTip182|middle of the screen]]; scrolloff can keep it there.
  +
*Vim can do calculations using [[VimTip1235|Python]], [[VimTip1359|Perl]] or [[VimTip1349|bc]].
  +
*You can wrap long lines while moving the cursor by [[VimTip38|screen lines]].
  +
*A tricky search can [[VimTip220|find text that does ''not'' match]].
  +
*Pressing <tt>%</tt> [[VimTip6|jumps to a matching bracket]], and <tt>matchit.vim</tt> can match much more.
  +
*The <tt>shortmess</tt> and <tt>cmdheight</tt> options allow you to [[VimTip16|avoid "Hit Enter to continue" prompts]].
  +
*An option controls [[VimTip17|how backspace and other delete keys work in insert mode]].
  +
*You can [[VimTip19|display line numbers and change the width of the number column]].
  +
*It's easy to [[VimTip49|change text between lowercase and UPPERCASE]].
  +
*The command history allows you to [[VimTip45|repeat several commands, possibly after editing them]].
   
 
==March 2010==
 
==March 2010==

Revision as of 07:27, 3 May 2010

This is an archive of the Did you know? section on the home page

Every few weeks, the section on the home page will be replaced. Old items will be moved here so anyone interested can browse them.

To discuss suggestions for new items, please edit the talk page.

April 2010

March 2010

February 2010

January 2010

Previous years