Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试从终端复制粘贴时rubymine,它不起作用。但是当它粘贴在记事本中时工作,浏览其他。
rubymine
使用Ctrl+Shift+C/V不起作用。
Ctrl+Shift+C/V
从 Netbeans 复制到终端的问题。似乎当您Ctrl+C在 Netbeans 中时,它不是以纯文本格式复制的,因此您不能将其粘贴到需要这种格式的终端中(这是基于我的经验的假设;))。
Ctrl+C
那么,我该怎么做呢?只需从 Netbeans 复制,然后将其粘贴到某个文本编辑器中,例如 gedit,然后再次复制并粘贴到终端中。
选择文本后尝试使用shift + insert或鼠标中键。
shift + insert