Skip to content

Commit e3e9214

Browse files
committed
Switch commandT to <leader>f; back to tcomment instead of commentary.
1 parent c22ea1f commit e3e9214

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

bundle_list

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ https://github.com/vim-scripts/css_color.vim.git
1111
https://github.com/vim-scripts/phpcomplete.vim.git
1212
https://github.com/vim-scripts/xmledit.git
1313
#https://github.com/vim-scripts/sessionman.vim.git
14-
#https://github.com/vim-scripts/tComment.git
14+
https://github.com/vim-scripts/tComment.git
1515
#https://github.com/vim-scripts/The-NERD-Commenter.git
1616
#https://github.com/vim-scripts/YankRing.vim.git
1717
https://github.com/vim-scripts/SuperTab-continued..git
1818
https://github.com/vim-scripts/PDV-revised.git
1919
https://github.com/vim-scripts/phpunit.git
2020
https://github.com/vim-scripts/Tagbar.git
21-
https://github.com/tpope/vim-commentary.git
21+
#https://github.com/tpope/vim-commentary.git
2222
#https://github.com/kien/ctrlp.vim.git
2323
https://github.com/widox/vim-buffer-explorer-plugin.git

vimrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ let g:tagbar_autofocus = 1
133133
" let g:LustyJugglerAltTabMode = 1
134134
" noremap <silent> <A-s> :LustyJuggler<CR>
135135

136-
map <leader>T :CommandTFlush<CR>\|:CommandT<CR>
137-
map <leader>yr :YRShow<CR>
136+
map <leader>f :CommandTFlush<CR>\|:CommandT<CR>
138137
139138
" snipMate setup
140139
let g:snips_author = 'Matt McKeon'

0 commit comments

Comments
 (0)