[Assorted-commits] SF.net SVN: assorted:[1494] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-10-26 05:32:29
|
Revision: 1494 http://assorted.svn.sourceforge.net/assorted/?rev=1494&view=rev Author: yangzhang Date: 2009-10-26 05:32:08 +0000 (Mon, 26 Oct 2009) Log Message: ----------- tweak for windows Modified Paths: -------------- configs/trunk/src/vim/plugin/_yang.vim Modified: configs/trunk/src/vim/plugin/_yang.vim =================================================================== --- configs/trunk/src/vim/plugin/_yang.vim 2009-10-15 08:26:09 UTC (rev 1493) +++ configs/trunk/src/vim/plugin/_yang.vim 2009-10-26 05:32:08 UTC (rev 1494) @@ -1,4 +1,6 @@ -" crawl http://eigenstate.org/vim/vimrc +" TODO crawl http://eigenstate.org/vim/vimrc +" TODO crawl default windows vimrc's +" TODO merge with cream mainline " UNSORTED " command! DiffOff :call CleanDiffOptions() @@ -11,11 +13,12 @@ " \ 'CmpJavaImports', 1) " " TODO fix +set nocompatible + nnoremap <silent> <C-Space> :call ShiftWordInSpace(1)<CR> nnoremap <silent> <C-BS> :call ShiftWordInSpace(-1)<CR> nnoremap <silent> \cw :call CenterWordInSpace()<CR> - " From " http://concisionandconcinnity.blogspot.com/2009/07/vim-part-ii-matching-pairs.html vnoremap ( <ESC>`>a)<ESC>`<i(<ESC> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |