+2
Copy, paste with nothing selected (i.e. a whole line) shouldn't break up current line
When I copy with nothing selected, I expect to the paste to paste an entire line, not break up the current line at the cursor. Example:
foo bar<copy this line using zero-selection method>
ba<paste with cursor here>z
I want the result to be:
foo bar
baz
foo bar
And not:
foo bar
bafoo barz
Service d'assistance aux clients par UserEcho
I'd also like to add this functionality works on the Windows version of Sublime 2. Just not Linux or OSX. Which is very frustrating when I switching between my Windows and Linux machines.