tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes

Home Page:http://www.vim.org/scripts/script.php?script_id=1173

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep the cursor select range in visual mode

Luotee opened this issue · comments

commented

Dear developer,

I try to add "gv" after TComment key mapping, making it like vscode behavior, but it didn't work.
vnoremap <C-/> :TComment<CR>gv