Vim Tips Wiki
(Add March archive)
(Add April archive)
Line 4: Line 4:
   
 
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 2008==
  +
*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 [[VimTip170|repeat several commands, possibly after editing them]].
  +
*<tt>@:</tt> will [[VimTip990|repeat a colon (Ex) command]] (and <tt>@@</tt> will repeat again).
  +
*You can use <tt>:g/^\s*$/;//-1sort</tt> to [[VimTip1118|sort each block of lines in a file]].
  +
*It's useful to <tt>map . .`[</tt> to [[VimTip1142|repeat the last command and put the cursor at start of change]].
  +
*You can [[VimTip306|open a web browser with the URL in the current line]].
  +
*With <tt>--remote-send</tt> you can [[VimTip309|close a Vim you left open remotely]].
  +
*If you're used to Perl regex, you can [[VimTip393|use Perl compatible regular expressions]].
  +
*In insert mode, Ctrl-Y inserts the character above. You can [[VimTip428|make it insert the word above]].
   
 
==March 2008==
 
==March 2008==

Revision as of 01:24, 30 April 2008

This is an archive of the Did you know? section on the Main Page

The Did you know? section was started in February 2008. Every few weeks, the section on the Main 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 2008

March 2008

February 2008