21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
|
|
"cnoremap <c-a> <home>
|
|
"cnoremap <c-e> <end>
|
|
"cnoremap <c-p> <up>
|
|
"cnoremap <c-n> <down>
|
|
"cnoremap <c-b> <left>
|
|
"cnoremap <c-f> <right>
|
|
"cnoremap <c-k> <c->estrpart(getcmdline(), 0, getcmdpos() - 1)<cr>
|
|
"" alt-b.
|
|
"cnoremap <esc>b <s-left>
|
|
"" alt-f.
|
|
"cnoremap <esc>f <s-right>
|
|
"" alt-backspace.
|
|
"cnoremap <esc><backspace> <c-w>
|
|
|
|
|
|
" from: https://stackoverflow.com/a/63276652
|
|
"inoremap <c-p> <nop>
|
|
"inoremap <c-n> <nop>
|
|
"inoremap <c-e> <nop>
|