我知道我可以通过在 Terminal(Terminal.app) 中使用Ctrl+来终止当前行文本。k我想知道如何将它拉到 Emacs。
例如:
|------+-----------------+--------------|
| step | action | where |
|------+-----------------+--------------|
| 1 | Type "ABC" | Terminal.app |
| 2 | C-a | Terminal.app |
| 3 | C-k | Terminal.app |
| 4 | Switch to Emacs | |
| 5 | C-y | Emacs |
|------+-----------------+--------------|
在上面的示例步骤 5 中,我只希望 Emacs 将“ABC”粘贴到它的 emacs 缓冲区中。帮我。
哦,我忘了说我不想select text by mouse
按Command-c
。