Add shortcuts to jump to the start and end of the line
This commit is contained in:
parent
6ad84a2d58
commit
585a23a946
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue