C-y should "yank"
Issue:
In an environment with emacs-like C-k to "structure aware kill", there should be a dual that pastes what was killed. This is known, by tradition, as "yanking", and is usually bound to C-y.
Environment:
- Browser:
- Platform (Mac/Windows/Linux):
URL to a gist replicating the issue (if possible/relevant)
do you think it would be sufficient to simply copy the text to the system clipboard as we kill it, vs. maintaining a separate clipboard history / "kill ring"?
On Tue, Mar 6, 2018 at 11:02 AM, Jack Rusher [email protected] wrote:
Issue:
In an environment with emacs-like C-k to "structure aware kill", there should be a dual that pastes what was killed. This is known, by tradition, as "yanking", and is usually bound to C-y. Environment:
- Browser:
- Platform (Mac/Windows/Linux):
URL to a gist replicating the issue (if possible/relevant)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mhuebert/maria/issues/188, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKFZ2MYBIH79dzxihDc93uGpovnXlZKks5tbl6pgaJpZM4Sea7b .
-- http://matt.is — Berlin, Germany
The kill ring is amazing, but we should probably just use the clipboard for now. :)