vim: remove anoying alias

This commit is contained in:
Mathieu Maret 2020-11-11 21:46:16 +01:00
parent e7b530a835
commit 21e4cd92d2
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -284,8 +284,8 @@ imap <F12> <C-O>:set paste<CR>
imap <S-F12> <nop> imap <S-F12> <nop>
set pastetoggle=<S-F12> set pastetoggle=<S-F12>
" paste with reindent with Esc prefix " paste with reindent with Esc prefix
nnoremap <Esc>P P'[v']= "nnoremap <Esc>P P'[v']=
nnoremap <Esc>p p'[v']= "nnoremap <Esc>p p'[v']=
"""""""""" """"""""""
" WINDOW " " WINDOW "