vim-rsi icon indicating copy to clipboard operation
vim-rsi copied to clipboard

enable only in command mode

Open ri-aje opened this issue 8 years ago • 3 comments

hi, can you add a variable to control this rsi feature only works in command line mode, i.e., give an option to disable it in insert mode? thanks.

ri-aje avatar Apr 21 '17 04:04 ri-aje

Actually, please provide both, disabling in insert mode and disabling in commandline mode.

This would also fix #41, since the described problem only exists in commandline mode. It would be possible then to user vim-rsi for insert mode and readline.vim for commandline mode.

hupfdule avatar Nov 07 '19 11:11 hupfdule

You can do inoremap <C-A> <C-A> now to preserve any built-in and prevent RSI from mapping it. This solves the readline.vim use case too.

tpope avatar Nov 16 '19 01:11 tpope

I confused myself, meant to say that's how I want it implemented, as I elaborate on in #48.

tpope avatar Nov 16 '19 04:11 tpope