I'm using an Auto Completion Pop Up script.
When I place the cursor
left:(here) 218px !important;
or
left: (here) 218px !important;
the pop up menu automatically appears as usual, then I press Ctrl + S and it pastes :w. I think it is trying to complete : for :w.
Any suggestions to fix this?
I have this in my vimrc:
" Use CTRL-S for saving, also in Insert mode
noremap <C-S> :w<CR>
vnoremap <C-S> <C-C>:w<CR>
imap <C-S> <C-O>:w<CR>