Modify the window operation trigger key
This commit is contained in:
parent
d8ee121df3
commit
863bc34a75
8
.myvimrc
8
.myvimrc
@ -33,10 +33,10 @@ noremap H 5h
|
|||||||
noremap L 5l
|
noremap L 5l
|
||||||
|
|
||||||
" ===window split
|
" ===window split
|
||||||
noremap wsk :set nosplitbelow<CR>:split
|
noremap Wsk :set nosplitbelow<CR>:split
|
||||||
noremap wsj :set splitbelow<CR>:split
|
noremap Wsj :set splitbelow<CR>:split
|
||||||
noremap wsh :set nosplitright<CR>:vsplit
|
noremap Wsh :set nosplitright<CR>:vsplit
|
||||||
noremap wsl :set splitright<CR>:vsplit
|
noremap Wsl :set splitright<CR>:vsplit
|
||||||
|
|
||||||
map <up> <C-w>k
|
map <up> <C-w>k
|
||||||
map <down> <C-w>j
|
map <down> <C-w>j
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user