XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Put from last yanked register when in visual mode not working in Xcode 12. #321

Open davidbjames opened 4 years ago

davidbjames commented 4 years ago

Frequently I want to yank some text and paste it over top of other text, repeatedly. To do this I yank the original text, visual select the other text and put from the yank register: "0p, repeat. However, when I do this pressing 0 seems to go out of visual mode (cursor to beginning of selection) so that the put no longer replaces the whole selection.

alonecuzzo commented 4 years ago

Xcode 12 is crashing for me when I install it, which branch did you install?

davidbjames commented 4 years ago

Xcode 12 is crashing for me when I install it, which branch did you install?

I used master. But please create a separate issue. Your comment is unrelated to this issue.

shinriyo commented 3 years ago

Cam you put Xcode 12 label on Labels?