Added <C-o> and <C-i> functionality when using G and gg

This commit is contained in:
Austen Adler 2014-05-26 14:24:11 -04:00
parent d720a4d216
commit 5784889bc9

View File

@ -13,3 +13,7 @@ set animations=true
colorscheme vimPgray
set titlestring=
set newtab=all
noremap <C-o> mn'p<Esc>
noremap <C-i> mp'n<Esc>
noremap G mpG<Esc>
noremap gg mpgg<Esc>