mhuebert / maria

A ClojureScript coding environment for beginners.
https://maria.cloud
470 stars 34 forks source link

C-y should "yank" #188

Open jackrusher opened 6 years ago

jackrusher commented 6 years ago

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:

URL to a gist replicating the issue (if possible/relevant)

mhuebert commented 6 years ago

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 notifications@github.com 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

jackrusher commented 6 years ago

The kill ring is amazing, but we should probably just use the clipboard for now. :)