fix S-Insert pasting in insert mode
This commit is contained in:
parent
df5d59cf6d
commit
40a3ce0dea
2
vimrc
2
vimrc
@ -116,7 +116,7 @@ inoremap <silent> <C-Space> <C-o>:call PtagSymbolBeforeParen()<CR>
|
|||||||
inoremap <silent> <C-S-Space> <C-o>:pclose<CR>
|
inoremap <silent> <C-S-Space> <C-o>:pclose<CR>
|
||||||
|
|
||||||
inoremap <C-Enter> <Esc>O
|
inoremap <C-Enter> <Esc>O
|
||||||
inoremap <S-Insert> <C-o>"+p
|
inoremap <S-Insert> <C-o>"+P
|
||||||
|
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
augroup joshs
|
augroup joshs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user