红宝石。 如何在 Windows 上复制并粘贴 irb?
如何在 Windows 上复制并粘贴 irb(交互式 Ruby Shell)?
How can I copy and paste in irb (Interactive Ruby Shell) on Windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
为了避免打开下拉菜单并单击,您需要更改命令窗口设置。 为此,右键单击标题栏,选择“属性”,在“属性”选项卡下打开“快速编辑模式”(并保持“插入模式”打开),然后单击“确定”。
现在,要复制:拖动选择,右键单击复制。
粘贴:右键单击,不进行选择。
To avoid having to open the drop-down menu and clicking, you need to change the command window settings. To do this, right-click the title bar, choose Properties, turn on "QuickEdit Mode" under the Properties tab (and keep "Insert Mode" on), then OK.
Now, to copy: drag to select, right-click to copy.
To paste: right-click with no selection.
要复制:按 Alt-空格键,选择“编辑”,选择“标记”,拖动选择文本,然后按 Enter 键。
粘贴:按 Alt-空格键,选择“编辑”,然后选择“粘贴”。
To copy: Hit alt-space, choose Edit, choose Mark, drag-select the text, hit enter.
To paste: Hit alt-space, choose Edit, choose Paste.
对于 CLI 复制/粘贴:
复制:Ctrl+插入
粘贴:Shift+插入
For CLI copy/paste:
Copy : Ctrl+insert
Paste : Shift+insert
您可能需要考虑使用 Console,它是 Windows 糟糕的命令行 chrome 的替代品。 它提供完全可重新定义的键盘快捷键和选项卡,因此非常适合 IRB。
You might want to consider using Console, a replacement for Windows' terrible command-line chrome. It offers fully redefinable keyboard shortcuts plus tabs, so it's ideal for IRB.
查看console2——非常好,允许您通过右键单击或其他方式进行粘贴。
更新:conemu 更好:http://conemu.github.io/
check out console2--very nice and allows you to paste by using right click or what not.
Update: conemu is even better: http://conemu.github.io/