Vim Tips Wiki
(archive)
(probably duplicated word: that)
Line 23: Line 23:
 
*On Windows, when [[VimTip503|using PuTTY]] to execute Vim, you should disable application keypad mode.
 
*On Windows, when [[VimTip503|using PuTTY]] to execute Vim, you should disable application keypad mode.
 
*Enter <tt>:scriptnames</tt> to [[VimTip515|list all scripts run]] by Vim.
 
*Enter <tt>:scriptnames</tt> to [[VimTip515|list all scripts run]] by Vim.
*Using <tt>:execute</tt> allows '<tt>|</tt>' to [[VimTip767|separate multiple commands]], even those that that eat '<tt>|</tt>'.
+
*Using <tt>:execute</tt> allows '<tt>|</tt>' to [[VimTip767|separate multiple commands]], even those that eat '<tt>|</tt>'.
 
*Entering <tt>:m'}-1</tt> [[VimTip1463|moves the current line]] to the end of the current paragraph.
 
*Entering <tt>:m'}-1</tt> [[VimTip1463|moves the current line]] to the end of the current paragraph.
 
*You can see [[VimTip1526|what script defined a mapping]] (say for comma) with <tt>:verbose map ,</tt>.
 
*You can see [[VimTip1526|what script defined a mapping]] (say for comma) with <tt>:verbose map ,</tt>.

Revision as of 09:19, 3 January 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.

December 2009

November 2009

October 2009

September 2009

August 2009

July 2009

June 2009

May 2009

April 2009

March 2009

February 2009

January 2009

Previous years