--- 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
--- 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
--- 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 ` <C-^>
+" Calculator
+inoremap <C-B> <C-O>yiW<End>=<C-R>=<C-R>0<CR>
+
" Scratch
nmap <leader><tab> :Sscratch<cr><C-W>x<C-j>:resize 15<cr>
@@ -483,6 +486,7 @@
noremap <F2> :NERDTreeToggle<cr>
inoremap <F2> <esc>:NERDTreeToggle<cr>
let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$', 'whoosh_index', 'xapian_index', '.*.pid', 'monitor.py', '.*-fixtures-.*.json', '.*\.o']
+au Filetype nerdtree setlocal nolist
" }}}
" HTML5 {{{