Add vmap v & <C-v> in vim.
This commit is contained in:
@@ -39,6 +39,8 @@ highlight Search cterm=none ctermbg=blue
|
|||||||
nmap <Esc>[Z <C-w>W
|
nmap <Esc>[Z <C-w>W
|
||||||
nmap <F8> :TagbarToggle<CR>
|
nmap <F8> :TagbarToggle<CR>
|
||||||
nmap <Tab> <C-w>w
|
nmap <Tab> <C-w>w
|
||||||
|
vmap <C-v> <Plug>(expand_region_shrink)
|
||||||
|
vmap v <Plug>(expand_region_expand)
|
||||||
"
|
"
|
||||||
filetype off
|
filetype off
|
||||||
set rtp+=~/.vim/bundle/vundle/
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
|
|||||||
Reference in New Issue
Block a user