-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
vim-repeat remaps my custom key #19
Comments
I have a similar problem: I am currently experimenting with There could be an option, so that vim-repeat could be made to map itself on I wonder if there's a way to detect this automatically: while there is @zkf |
FWIW: vim-vinegar also maps the dot and could benefit from any autodetection and redirection of the lhs. |
@blueyed I don't remap the |
What is the status with this issue ? I also experiment troubles with the swap of |
Hi
I am having trouble with your plugins vim-surround and vim-repeat. Although I found a dirty workaround I thought you might want to know what the issue is.
The problem is that when I use the features from surround.vim, my
u
key (which I have remapped) is remapped back to being undo. This happens in repeat.vim.The workaround I have found is to source repeat.vim just before I set my custom keymappings in .vimrc.
(I tried moving repeat.vim from the
autoload
directory toplugin
, this only results in theu
key being remapped when vim starts).The text was updated successfully, but these errors were encountered: