Add shortcuts to jump to the start and end of the line

This commit is contained in:
Anthony Rose 2020-10-30 13:40:17 +00:00
parent 6ad84a2d58
commit 585a23a946

2
vimrc
View file

@ -24,6 +24,8 @@ endif
nmap <space> <leader>
inoremap <C-BS> <C-W>
inoremap <C-a> <C-O>^
inoremap <C-e> <C-O>$
inoremap <F12> <C-\><C-O>:w<CR>
inoremap <down> <nop>
inoremap <left> <nop>