Added <C-o> and <C-i> functionality when using G and gg
This commit is contained in:
parent
d720a4d216
commit
5784889bc9
@ -13,3 +13,7 @@ set animations=true
|
|||||||
colorscheme vimPgray
|
colorscheme vimPgray
|
||||||
set titlestring=
|
set titlestring=
|
||||||
set newtab=all
|
set newtab=all
|
||||||
|
noremap <C-o> mn'p<Esc>
|
||||||
|
noremap <C-i> mp'n<Esc>
|
||||||
|
noremap G mpG<Esc>
|
||||||
|
noremap gg mpgg<Esc>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user