在osx, linux的terminal 以及windows的 cmd实现粘贴是coder经常要做的事,鼠标右键,下拉菜单中单击粘贴paste。但是这显得笨拙,及其不快捷。但是正常使用的command+v或Ctrl+v在terminal状态下是不能用的。为了满足coder的欲望,其实可以:

linux terminal: Control+Shift+v

OSX terminal :Command+Control+v

Windows cmd:  alt+space(同时),然后E, P


注:alt+space打开cmd的菜单,有edit(E), default(D), property(P)等选项。

terminal窗口也有菜单,只是都是隐藏的,不妨打开看看,有惊喜哟。



相关文章:

  • 2021-12-30
  • 2021-06-05
  • 2021-03-31
  • 2021-04-13
  • 2021-07-05
  • 2021-04-16
  • 2022-01-04
  • 2021-06-05
猜你喜欢
  • 2022-01-25
  • 2022-01-03
  • 2021-10-07
  • 2021-09-24
  • 2022-02-25
  • 2022-01-21
  • 2021-11-08
相关资源
相似解决方案