标签: windows shell copy-paste
我想使用击键来复制和粘贴Windows 7中的shell窗口和编辑器之间(例如,在运行irb和emacs的cygwin shell之间)。 Ctrl-insert和Shift-insert可以很好地工作,但是当我在shell中使用它们时,它们只需打印出;5~和;2~,而不是实际复制和粘贴。有没有办法让它们实际复制并粘贴到shell中?
Ctrl-insert
Shift-insert
;5~
;2~
答案 0 :(得分:0)
我实际上决定选择Console作为shell替代方案。它允许我分配我想要复制/粘贴的任何键击。我希望我很久以前就知道了。到目前为止工作得很好。