Fixed ;; and added ;;<Space> mapping for insert/normal mode
This commit is contained in:
parent
ac0462c473
commit
b9a2ad89b6
6
vimrc
6
vimrc
@ -97,8 +97,10 @@ inoremap <> <><Left>
|
||||
inoremap {} <Right>{}<Left><CR><Esc>O
|
||||
inoremap {% {% %}<Left><Left><Left>
|
||||
inoremap [] []<Left>
|
||||
inoremap ;; <Esc>m`A;<Esc>``ao
|
||||
nnoremap ;; m"A;<Esc>`"o
|
||||
inoremap ;; <Esc>m`A;<Esc>``a
|
||||
inoremap ;;<Space> <Esc>A;<Esc>o
|
||||
nnoremap ;; m"A;<Esc>`"
|
||||
nnoremap ;;<Space> A;<Esc>o
|
||||
inoremap <C-l> <Right>
|
||||
inoremap <C-h> <Left>
|
||||
inoremap <C-k> <Up>
|
||||
|
Loading…
x
Reference in New Issue
Block a user