# HG changeset patch # User Steve Losh # Date 1304967358 14400 # Node ID 8f472db0b208914d5b3ca38561cce6704e6e6d00 # Parent 8f0b83a019451c45eecceaf15fb0d32b1dbf5510 vim: add tasklist diff -r 8f0b83a01945 -r 8f472db0b208 .hgsub --- a/.hgsub Fri May 06 14:09:07 2011 -0400 +++ b/.hgsub Mon May 09 14:55:58 2011 -0400 @@ -13,3 +13,4 @@ vim/bundle/strftimedammit = [hg]http://bitbucket.org/sjl/strftimedammit.vim/ vim/bundle/easymotion = [git]git://github.com/Lokaltog/vim-easymotion.git vim/bundle/pydoc = [git]git://github.com/fs111/pydoc.vim.git +vim/bundle/tasklist = [git]git://github.com/vim-scripts/TaskList.vim.git diff -r 8f0b83a01945 -r 8f472db0b208 .hgsubstate --- a/.hgsubstate Fri May 06 14:09:07 2011 -0400 +++ b/.hgsubstate Mon May 09 14:55:58 2011 -0400 @@ -11,5 +11,6 @@ 6eec2c131213850ed65fd6da494dfd1a0d620a4e vim/bundle/strftimedammit 27710a2224d6dd0486d1c40d09ef18dd752e7d37 vim/bundle/surround 60731769663ea23b4763f3f0034da445ebcd3ddd vim/bundle/syntastic +8e2dfdcc6e13d8afab5b3f620ee06ebb29b786f9 vim/bundle/tasklist b9b4407a19acc4eb344cca0cc5beea75e9ff5491 vim/bundle/vim-coffee-script c2df2e430d7d5fe645aa40e36079ab51f082e06b vim/bundle/vim-javascript diff -r 8f0b83a01945 -r 8f472db0b208 vim/.vimrc --- a/vim/.vimrc Fri May 06 14:09:07 2011 -0400 +++ b/vim/.vimrc Mon May 09 14:55:58 2011 -0400 @@ -445,6 +445,9 @@ noremap æ ' noremap ` +" Calculator +inoremap yiW==0 + " Scratch nmap :Sscratchx:resize 15 @@ -483,6 +486,7 @@ noremap :NERDTreeToggle inoremap :NERDTreeToggle let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o'] +au Filetype nerdtree setlocal nolist " }}} " HTML5 {{{