Vim Tips Wiki
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 3: Line 3:
 
|previous=1581
 
|previous=1581
 
|next=1583
 
|next=1583
|created=2008
+
|created=February 16, 2008
 
|complexity=basic
 
|complexity=basic
 
|author=Metacosm
 
|author=Metacosm
Line 30: Line 30:
 
*How can Vim work with Visual Studio .Net? [[Integrate gvim with Visual Studio]]
 
*How can Vim work with Visual Studio .Net? [[Integrate gvim with Visual Studio]]
 
*How can I get diff to work properly in the MS Windows port of Vim? [[Fix error E97 Cannot create diffs under Windows|Cannot create diffs under Windows]]
 
*How can I get diff to work properly in the MS Windows port of Vim? [[Fix error E97 Cannot create diffs under Windows|Cannot create diffs under Windows]]
*How can I make keywords autocompletable when creating a new C source file? Make sure Vim knows it is a C file. For example, open it with <code>:e main.c</code>, not just <code>:enew</code>.
+
*How can I make keywords autocompletable when creating a new C source file? Make sure Vim knows it is a C file. For example, open it with <tt>:e main.c</tt>, not just <tt>:enew</tt>.
 
*How can I get Visual Studio like completion (i.e. Intellisense) in Vim? [[Omni completion]]
 
*How can I get Visual Studio like completion (i.e. Intellisense) in Vim? [[Omni completion]]
 
*How can I delete parens that surround text? See ''Surround'' at [[Vim_scripts#Best_plugins|Best plugins]]
 
*How can I delete parens that surround text? See ''Surround'' at [[Vim_scripts#Best_plugins|Best plugins]]
Line 36: Line 36:
 
*How can I avoid pressing the Escape key to exit from insert mode? [[Avoid the escape key]]
 
*How can I avoid pressing the Escape key to exit from insert mode? [[Avoid the escape key]]
 
*How do I edit GPG encrypted files in Vim? [[Edit gpg encrypted files]]
 
*How do I edit GPG encrypted files in Vim? [[Edit gpg encrypted files]]
*When using encryption, is all my data encrypted? No. {{help|encryption}} explains that only the file written to disk is encrypted, and there are various possibilities for plain text information to be visible to others. For example, you may want to change your <code>'viminfo'</code> option so that information in registers is ''not'' saved to disk.
+
*When using encryption, is all my data encrypted? No. {{help|encryption}} explains that only the file written to disk is encrypted, and there are various possibilities for plain text information to be visible to others. For example, you may want to change your <tt>'viminfo'</tt> option so that information in registers is ''not'' saved to disk.
   
 
==Documentation guide==
 
==Documentation guide==
Line 70: Line 70:
 
*{{help|'copyindent'}}
 
*{{help|'copyindent'}}
 
*{{help|'preserveindent'}}
 
*{{help|'preserveindent'}}
*{{help|sub-replace-special}} why <code>\n</code> doesn't do what you want in <code>:s///</code>
+
*{{help|sub-replace-special}} why <tt>\n</tt> doesn't do what you want in <tt>:s///</tt>
   
 
;Not indenting when pasting
 
;Not indenting when pasting
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)