You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
these are loaded after the pathogen infect is called. When your (awesome) plugin is loaded, when I hit i get an A inserted on the line above my current line and put into insert mode. Same for down except the character is a B, left is a D, right is a C.
When I don't load your plugin everything is fine again.
Thoughts?
The text was updated successfully, but these errors were encountered:
i installed vim-multiple-cursors via vundle, somehow vundle did not fetch the latest version of this plugin, which could cause a bug described in #1#2 & #3.
the solution is using git clone this repo instead of using :BundleInstall in vimrc.
PS: using :BundleInstall!(vundle's update cmd) will also replace vim-multiple-cursors with old(buggy) version.
i don't know why, but hope this can help.
update: problem solved.
replace Bundle 'vim-multiple-cursors' with Bundle 'terryma/vim-multiple-cursors' in vimrc.
I have the following mappings in my .vimrc
nmap <Up> ]<Space>
nmap <Down> [<Space>
these are loaded after the pathogen infect is called. When your (awesome) plugin is loaded, when I hit i get an A inserted on the line above my current line and put into insert mode. Same for down except the character is a B, left is a D, right is a C.
When I don't load your plugin everything is fine again.
Thoughts?
The text was updated successfully, but these errors were encountered: