skywind3000 / vim-rt-format

:sunglasses: Prettify Current Line on Enter !!
MIT License
112 stars 4 forks source link

Use `inoremap` instead of `imap` #5

Closed feiyongzhai closed 1 year ago

feiyongzhai commented 2 years ago

Because I have this config in my vimrc

nnoremap S :w<CR>

use imap can not work properly, inoremap is OK