focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 99 forks source link

Don't copy to clipboard in delete_to_{start,end}_of_line #463

Closed simonvallz closed 2 weeks ago

simonvallz commented 2 weeks ago

The deleteto{start,end}_of_line actions no longer copies the text to the clipboard. Two new actions cutto{start,end}_of_line has been added that does copy the text to the clipboard.

focus-editor commented 2 weeks ago

Nice work!