Commit d88a336

mo khan <mo@mokhan.ca>
2013-08-04 05:33:23
map \/ to toggle comments and remove ,t binding to ctrlp
1 parent f596454
Changed files (2)
.gitignore
@@ -1,2 +1,3 @@
 *.swp
 bundle
+tags
vimrc
@@ -359,6 +359,8 @@ inoremap jk <esc>
 " inoremap <esc> <nop>
 nnoremap  <C-e> :e#<cr>
 nnoremap <localleader>f :Ack<space>
+" NERDComToggleComment
+nmap <localleader>/ <leader>c<space>
 
 " abbreviations
 iabbrev adn and
@@ -382,7 +384,7 @@ autocmd FileType markdown   nnoremap setlocal spell
 
 autocmd FileType html :iabbrev <buffer> ' &rsquo;
 
-let g:ctrlp_map = '<leader>t'
+"let g:ctrlp_map = '<leader>t'
 let g:ctrlp_match_window_bottom = 0
 let g:ctrlp_match_window_reversed = 0
 let g:ctrlp_custom_ignore = {