automagically close ( [ { and "

This commit is contained in:
Sven 2006-02-12 01:33:38 +00:00
parent 1db0d3f1a4
commit d70ae75b58

8
Vim.mw
View File

@ -1,3 +1,11 @@
=Automatically close ( [ { and "=
<pre>
imap ( ()<Left>
imap [ []<Left>
imap { {}<Left>
imap " <C-V>"<C-V>"<Left>
</pre>
=Tab-Completion=
<pre>
function InsertTabWrapper(direction) " automagically decide what to do with <tab>