update .myvimrc.
Signed-off-by: jue_w <wj446071814@163.com>
This commit is contained in:
parent
f3d0d983ca
commit
21673c6085
10
.myvimrc
10
.myvimrc
@ -32,11 +32,11 @@ noremap J 5j
|
||||
noremap H 5h
|
||||
noremap L 5l
|
||||
|
||||
" ===screen split
|
||||
noremap sk :set nosplitbelow<CR>:split
|
||||
noremap sj :set splitbelow<CR>:split
|
||||
noremap sh :set nosplitright<CR>:vsplit
|
||||
noremap sl :set splitright<CR>:vsplit
|
||||
" ===window split
|
||||
noremap wsk :set nosplitbelow<CR>:split
|
||||
noremap wsj :set splitbelow<CR>:split
|
||||
noremap wsh :set nosplitright<CR>:vsplit
|
||||
noremap wsl :set splitright<CR>:vsplit
|
||||
|
||||
map <up> <C-w>k
|
||||
map <down> <C-w>j
|
||||
|
||||
Loading…
Reference in New Issue
Block a user