mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-03 15:40:30 +00:00
c911f34027
With default configs and configs for plugins. Wrap autocommands in a vimrc group as well.
7 lines
188 B
VimL
7 lines
188 B
VimL
" TComment
|
|
"======================================================================
|
|
|
|
nnoremap <leader>/ :TComment<CR>
|
|
vnoremap <leader>/ :TComment<CR>
|
|
inoremap <leader>/ <Esc>:TComment<CR>
|