Vim Tips Wiki
Register
No edit summary
mNo edit summary
Tag: Visual edit
(35 intermediate revisions by 22 users not shown)
Line 1: Line 1:
 
<mainpage-leftcolumn-start />
 
<mainpage-leftcolumn-start />
{|width="100%"
+
{| width="100%"
 
|- valign="top" cellpadding="0px" cellspacing="0px"
 
|- valign="top" cellpadding="0px" cellspacing="0px"
| style="width:50%; padding: .5em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
+
| style="width:50%; padding: .5em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;" |
<big>'''Welcome to the Vim Tips wiki'''</big>
+
<big>'''Welcome to the Vim Tips Wiki'''</big>
   
This wiki is about the editor [http://www.vim.org Vim]. We aim to exchange tips and tricks with other Vim users. Please help by improving or adding comments to any tip.
+
This wiki is about [https://www.vim.org Vim], an open-source, powerful and configurable text editor. We aim to exchange tips and tricks with other Vim users. Please help by improving or adding comments to any tip.
   
 
If you are new to Vim, we have plenty of tips that will help you [[:Category:Getting started|get started]].
 
If you are new to Vim, we have plenty of tips that will help you [[:Category:Getting started|get started]].
Line 15: Line 15:
 
*[[Vim_Tips_Wiki:Community Portal|Discussions and asking questions]]
 
*[[Vim_Tips_Wiki:Community Portal|Discussions and asking questions]]
 
*[[Vim Tips Wiki:Create a new tip|Create a new tip]]
 
*[[Vim Tips Wiki:Create a new tip|Create a new tip]]
*[[Vim_on_Freenode|#Vim on Freenode (IRC)]]
+
*[[Vim_on_Freenode|#vim on Freenode (IRC)]]
   
 
|- valign="top"
 
|- valign="top"
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;"|
+
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;" |
 
{{FeaturedTip}}
 
{{FeaturedTip}}
   
 
|- valign="top"
 
|- valign="top"
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
+
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;" |
 
{{DidYouKnow}}
 
{{DidYouKnow}}
   
 
|- valign="top"
 
|- valign="top"
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;"|
+
| style="padding: .3em .7em .4em; border: 1px solid #cccc66; color: #000; background-color: #ffffcc;" |
 
{{FromVimHelp}}
 
{{FromVimHelp}}
 
|}
 
|}
Line 32: Line 32:
   
 
<mainpage-rightcolumn-start />
 
<mainpage-rightcolumn-start />
{|width="100%"
+
{| width="100%"
 
|- valign="top" cellpadding="0px" cellspacing="0px"
 
|- valign="top" cellpadding="0px" cellspacing="0px"
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;"|
+
| style="padding: .3em .7em .4em; border: 1px solid #c9c9ff; color: #000; background-color: #f3f3ff;" |
 
==Information==
 
==Information==
 
*[[Vim documentation]] Links to guides, books, tutorials, and information on other sites
 
*[[Vim documentation]] Links to guides, books, tutorials, and information on other sites
Line 44: Line 44:
   
 
|- valign="top"
 
|- valign="top"
| style="margin: 0 1em; padding: 0 10px; border: 1px solid #aaa; color: #000; background-color: #c0c0c0;"|
+
| style="margin: 0 1em; padding: 0 10px; border: 1px solid #aaa; color: #000; background-color: #c0c0c0;" |
 
*'''Search the tips'''
 
*'''Search the tips'''
 
<inputbox>
 
<inputbox>
Line 56: Line 56:
 
*'''Browse''' the [[:Category:VimTip|tips alphabetically]] or by [[:Category:Browse|category]] (click '''+''' to expand; requires JavaScript):
 
*'''Browse''' the [[:Category:VimTip|tips alphabetically]] or by [[:Category:Browse|category]] (click '''+''' to expand; requires JavaScript):
 
{{vimcats}}
 
{{vimcats}}
*'''Access tips''' b ''tip id'', for example tip&nbsp;1 is&nbsp;[[VimTip1]]
+
*'''Access tips''' by ''tip id'', for example tip&nbsp;1 is&nbsp;[[VimTip1]]
 
|}
 
|}
 
<mainpage-endcolumn />
 
<mainpage-endcolumn />

Revision as of 12:23, 5 May 2018

Welcome to the Vim Tips Wiki

This wiki is about Vim, an open-source, powerful and configurable text editor. We aim to exchange tips and tricks with other Vim users. Please help by improving or adding comments to any tip.

If you are new to Vim, we have plenty of tips that will help you get started.

We are currently editing over 1,649 articles.

Featured tip view archive

Searching for files is made easier with the tab-completion of the :find command introduced in Vim 7.3. It is also straightforward to set up a short function to use external commands to populate your quickfix list with a set of files which you can navigate to, and there are plenty of plugins available for fuzzy matching and other advanced features. See our Featured tip for details!

Did you know? view archive

From Vim Help view archive

Information

  • Search the tips
VimTip(7 C, 1,148 P)
Building Vim(11 P)
Integration(5 C, 46 P)
LanguageSpecific(16 C, 17 P)
Options(23 P)
Plugin(1 C, 17 P)
Usage(20 C, 69 P)
  • Access tips by tip id, for example tip 1 is VimTip1