guillermooo / Vintageous

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

cw copies to clipboard #1083

Open kuna-matata opened 7 years ago

kuna-matata commented 7 years ago

The cw and clipboard behavior of vintageous is different than vim. In Vim I often copy text from other sources such as e-mail text, then go to the editor and type 'cw ctrl-v' (change word paste). With vim this deletes the word and pastes the previously copied text. However in vintageous the 'cw' command deletes the word and copies it into the clip board, such that when I type 'cw ctrl-v' the net result is no change.

I would greatly appreciate if vintageous mimic'd Vim's behavior in this area. Thanks.