-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to have readline.vim overrides vim-rsi? #6
Comments
The most straight forward way would be to edit the source file of Another way would be to create a script file in I don't think there is a way to do what you want without this kind of manual work. Unless |
I now realize that the second suggestion about using Now that I think more about it, I think changing the order in which plugins are loaded can be specified in some plugin-managers. I don't think there is a way in vanilla Vim. |
Thanks for help. I have now patched I have prepared a Pull Request against |
It looks like it is only a dozen of insert mode maps in vim-rsi and all of them are pretty straight-forward – so the simplest option might be just to include them in .vimrc directly and don't use vim-rsi at all |
Well, whether I put into my .vimrc or include use my own fork of |
I like the readline mappings in insert mode as
vim-rsi
provides, but I also like thatreadline.vim
in commandline mode is more "readline-like".However when I have both installed,
vim-rsi
takes precedence. Asvim-rsi
doesn't provide an option to disable it in commandline mode, is it possible to somehow forcereadline.vim
to overridevim-rsi
s mappings or preventvim-rsi
form overridingreadline.vim
s mappings?The text was updated successfully, but these errors were encountered: