Map jump back to ctrl+-

This commit is contained in:
Oliver Hartmann 2018-12-28 15:08:04 +01:00
parent 3c46794c05
commit e53aba897a

View File

@ -97,6 +97,9 @@ vnoremap <silent> ü :<C-U>
\escape(@", '/\.*$^~['), '\_s\+', '\\_s\\+', 'g')<CR> \escape(@", '/\.*$^~['), '\_s\+', '\\_s\\+', 'g')<CR>
\gV:call setreg('"', old_reg, old_regtype)<CR>:set hls<CR> \gV:call setreg('"', old_reg, old_regtype)<CR>:set hls<CR>
"map jump back to ctrl+-
nnoremap <C--> <C-O>
" =================Comments============================ " =================Comments============================
map <C-C> :TComment<CR> map <C-C> :TComment<CR>