tommcdo / vim-exchange

Easy text exchange operator for Vim
MIT License
756 stars 23 forks source link

Do not create a select mode default mapping. #26

Closed inkarkat closed 10 years ago

inkarkat commented 10 years ago

In select mode (the variant of visual mode), any printable characters should override the selection (see below :help v_CTRL-G), so no such mappings should exist. Limit the default visual mode mapping to visual mode (:xmap). (The <Plug>(Exchange) can and should be defined for both.)

tommcdo commented 10 years ago

Quite reasonable. I'd never used Select mode, so this problem didn't occur to me. I appreciate it :)