linux - 如何粘贴到终端?

我复制了一个 URL,例如 git://gitorious.org/openhatch/oh-mainline.git。我想使用键盘快捷键将其粘贴到终端中。

不要说“右键单击并粘贴”。

最佳答案

Gnome 终端默认为 ControlShiftv

OSX 终端默认为 Commandv。您还可以使用 CommandControlv 以转义形式粘贴文本。

Windows 7 终端默认为 CtrlShiftInsert

https://stackoverflow.com/questions/7123709/

相关文章:

c - 什么是 vdso 和 vsyscall?

linux - 如何将我的密码更改为符号链接(symbolic link)目录的真实路径?

python - 是否可以按降序使用 argsort?

linux - 比较 Unix/Linux IPC

linux - 多个 GZip 文件的快速连接

python - 为什么会发生这个 UnboundLocalError(关闭)?

python - 通过 'ElementTree' 在 Python 中使用命名空间解析 XML

linux - 在 LINUX 中确定 .a 库/存档是 32 位还是 64 位?

python - tight_layout() 不考虑数字字幕

python - 是否可以将另一个版本的 Python 安装到 Virtualenv?