没啥变化
This commit is contained in:
parent
8780151610
commit
31aa10fa34
@ -33,6 +33,8 @@ G.map({
|
|||||||
{'n', '<c-h>', '<c-w>h', opt},
|
{'n', '<c-h>', '<c-w>h', opt},
|
||||||
{'n', '<c-k>', '<c-w>k', opt},
|
{'n', '<c-k>', '<c-w>k', opt},
|
||||||
{'n', '<c-l>', '<c-w>l', opt},
|
{'n', '<c-l>', '<c-w>l', opt},
|
||||||
|
|
||||||
|
|
||||||
{'n', '<c-c>', ':q<CR>', opt},
|
{'n', '<c-c>', ':q<CR>', opt},
|
||||||
{'n', '<c-s>', ':s<CR>', opt},
|
{'n', '<c-s>', ':s<CR>', opt},
|
||||||
|
|
||||||
@ -45,6 +47,7 @@ G.map({
|
|||||||
{'n', '<down>', ':res +5<CR>', opt},
|
{'n', '<down>', ':res +5<CR>', opt},
|
||||||
{'n', '<left>', ':vertical resize -5<CR>', opt},
|
{'n', '<left>', ':vertical resize -5<CR>', opt},
|
||||||
{'n', '<right>', ':vertical resize +5<CR>', opt},
|
{'n', '<right>', ':vertical resize +5<CR>', opt},
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
--EasyAlign
|
--EasyAlign
|
||||||
@ -61,5 +64,3 @@ G.map({
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user