guillermooo / Vintageous

Vi/Vim emulation for Sublime Text 3
http://guillermooo.bitbucket.org/Vintageous/
Other
1.64k stars 115 forks source link

Vintageous doesn't support 0 as the "yank register" #967

Open prurph opened 9 years ago

prurph commented 9 years ago

In vim, the result of the last yank command is stored in register 0. This is very useful for cases where you want to yank something, perform a delete operation elsewhere and then paste what you yanked, which is of course overridden in the default register by the delete command. See: http://vimcasts.org/episodes/meet-the-yank-register/.

This would be a really useful feature in Vintageous!

braham-snyder commented 8 years ago

+1

colorthought commented 8 years ago

I also am experiencing this; it seems that Vintageous treats the 0 register like any other register, since yy "0p on a nonempty line reports nothing in the 0 register. Would love to have support for this!

slifin commented 8 years ago

how do you use registers within Vintageous?

stlehmann commented 7 years ago

+1

chapeupreto commented 7 years ago

+1