1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

i dont even test my shit

This commit is contained in:
Connor Olding 2015-03-05 12:40:32 -08:00
parent 3398614eb5
commit b4f92c4172

View file

@ -156,12 +156,12 @@ ino <right> <nop>
" good habits " good habits
nn <c-up> <c-y> nn <c-up> <c-y>
nn <c-down> <c-e> nn <c-down> <c-e>
nn <c-s-up> :m-2<cr> ino <c-up> <c-o><c-y>
nn <c-s-down> :m+1<cr> ino <c-down> <c-o><c-e>
ino <c-up> <c-y> nn <silent> <c-s-up> :m-2<cr>
ino <c-down> <c-e> nn <silent> <c-s-down> :m+1<cr>
ino <c-s-up> :m-2<cr> ino <silent> <c-s-up> <c-o>:m-2<cr>
ino <c-s-down> :m+1<cr> ino <silent> <c-s-down> <c-o>:m+1<cr>
" rebind annoying things " rebind annoying things
" reflow text " reflow text
@ -170,9 +170,10 @@ nn Q gq
nn K i<cr><esc>k$ nn K i<cr><esc>k$
vn K <nop> vn K <nop>
" hide search highlighting " hide search highlighting
nn <c-]> :nohls<enter> nn <silent> <c-]> :nohls<enter>
ino <c-]> :nohls<enter> ino <silent> <c-]> <c-o>:nohls<enter>
" TODO: bind something to original <c-]> function " follow tag
nn <bar> <c-]>
if v:version < 703 " even debian stable has 7.3, so... if v:version < 703 " even debian stable has 7.3, so...
set nomodeline set nomodeline