WindTerm配置快捷键Ctrl+C和Ctrl+V

平时使用ssh和sftp连接的时候,经常使用windterm。

因为操作习惯,想把Ctrl+C和Ctrl+V分别配置为复制和粘贴,其他的快捷键操作可以按照该方法进行。

找到windterm安装路径,global->windterm.keymaps

1. 配置Ctrl+C

{ "keys": "<Ctrl+C>",
"modes": "normal, command, local, remote",
"action": "Text.Copy"
},

2. 配置Ctrl+V

  { "keys": "<Ctrl+V>",
    "modes": "normal, command, local, remote",
    "action": "Text.Paste"
  },

 

posted @ 2024-07-10 10:18  stone9693  阅读(3473)  评论(0)    收藏  举报
GitHub账户:https://github.com/stone9693