1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

subtitute control character with escape code

This commit is contained in:
Connor Olding 2019-06-08 09:52:31 -07:00
parent be13098d1a
commit b40332faa8

View File

@ -181,11 +181,6 @@ nn <s-tab> <<
vn <silent> <tab> >gv
vn <silent> <s-tab> <gv
" might make return useful
"nn <s-cr> J
"nn <c-cr> dd
" oh wait, terminals don't do that...
fu! Inn(q)
" bind both normal and insert modes
let args=split(a:q, '^\s*\(<[^>]\+>\s\+\)\+\zs')
@ -237,7 +232,7 @@ nn <bar> <c-]>
vmap <space> "xy:@x<cr>
" this frees up x and X for use if you like
set <s-Del>=[3;2~
exec "set <s-Del>=\<Esc>[3;2~"
Inn <s-Del> X
" unfollow your leaders