Is there a possibility to remap in paste mode.
For example, I remapped jk
to <ESC>
in insert mode with inoremap jk <esc>
, so I can easily exit normal mode. But when I'm in paste mode with :pastetoggle
my remapping does not work anymore. I looked for the help with :help map-modes
but could not find anything related to the paste mode.