mirror of https://github.com/akelge/vim
Disabled Shift-V
This commit is contained in:
parent
17bcec9c53
commit
a89cacdaa7
10
vimrc
10
vimrc
|
@ -292,11 +292,11 @@ else
|
|||
vnoremap <C-Up> :m '<-2<CR>gv=gv
|
||||
endif
|
||||
|
||||
" Visual mode selection
|
||||
nnoremap <silent> <S-Down> V
|
||||
nnoremap <silent> <S-Up> V
|
||||
vnoremap <silent> <S-Down> j
|
||||
vnoremap <silent> <S-Up> k
|
||||
" " Visual mode selection
|
||||
" nnoremap <silent> <S-Down> V
|
||||
" nnoremap <silent> <S-Up> V
|
||||
" vnoremap <silent> <S-Down> j
|
||||
" vnoremap <silent> <S-Up> k
|
||||
|
||||
" Terminal/Filemanager
|
||||
" nnoremap <silent> <F9> :OpenTerminal<CR>
|
||||
|
|
Loading…
Reference in New Issue