[TxMt] Solution for cut to end of line (emacs ctrl-k)?
Allan Odgaard
allan at macromates.com
Tue Jan 18 16:08:14 UTC 2005
On Jan 18, 2005, at 16:49, Brad Miller wrote:
> [...] so ctrl-y can't paste anything from the system clipboard or a
> 'regular' cut/paste.
You can get the contents of the clipboard with 'pbpaste' and store
stuff on it with 'pbcopy' (they use stdin/stdout). Unfortunately they
do not use UTF-8. But maybe you can make a better solution than your
current (i.e. one that use/interact with the “real” clipboard) until I
get around to native support for kill-buffers.
More information about the textmate
mailing list