My vimrc: Difference between revisions
m (Created page with 'Here's my usually settings for vim. These settings work well with rxvt and Cygwin. <geshi> set softtabstop=2 set shiftwidth=2 set tabstop=2 set expandtab set nocompatible …') |
mNo edit summary |
||
Line 1: | Line 1: | ||
Here's my usually settings for vim. These settings work well with [[rxvt]] and Cygwin. | Here's my usually settings for vim. These settings work well with [[rxvt]] and Cygwin. | ||
<geshi | <geshi lang="vim" source="file">../../.vimrc</geshi> | ||
</geshi> | |||
[[Category:Cygwin]] | [[Category:Cygwin]] |
Revision as of 01:07, 23 July 2009
Here's my usually settings for vim. These settings work well with rxvt and Cygwin.
<geshi lang="vim" source="file">../../.vimrc</geshi>