You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pasting could be untied from the cursor. e.g. bring clipboard to <target>
The following would be equivalent
carve and move <target> to clipboard
copy and bring <target> to clipboard
Many commands don't make sense in this context, e.g. pour
This is more a request for debate rather than a feature request. I'm also not sure if we'd want to deprecate copy and carve; that would definitely mess with my muscle memory.
The text was updated successfully, but these errors were encountered:
In that issue, bookmarks will become rich objects that can describe all sorts of things
So you could actually break down the concept of “clipboard” further
Bringing something to the clipboard is equivalent to passing the target through a modifier that extracts the textual contents and divorces them from the target itself, and then you insert that into a bookmark called “clipboard”
If the clipboard was a special target:
bring clipboard to <target>
carve
andmove <target> to clipboard
copy
andbring <target> to clipboard
pour
This is more a request for debate rather than a feature request. I'm also not sure if we'd want to deprecate
copy
andcarve
; that would definitely mess with my muscle memory.The text was updated successfully, but these errors were encountered: