gpt4 book ai didi

visual-studio-code - 如何在 Visual Studio Code 中重新映射默认的 CTRL+f(查找),以便我可以像在 unix/linux 中那样使用 CTRL+f?

转载 作者:行者123 更新时间:2023-12-04 02:36:57 32 4
gpt4 key购买 nike

在 Visual Studio Code 中,Ctrl+f 激活“查找”小部件。使用集成终端时,我在 Windows 10(ssh 到 'nix)上使用 vscode,并在 Ubuntu 18.04 Linux 发行版(w/Gnome Shell)上单独使用。我希望 Ctrl+f 在 CLI 中向前移动一个字符,这在 vscode 中的许多 Linux 终端上很典型。我该如何做到这一点?

如果可能的话,我还想保持查找功能,尽管使用不同的绑定(bind)。

因为我在 SO 中的搜索很少,所以我发布了我为社区找到的解决方案和引用资料。

最佳答案

通过 Google 搜索了几个链接后,我在 https://vscode.readthedocs.io/en/latest/editor/integrated-terminal/ 找到了解决此问题的简单文档。 .
解决方案,总结:

  • 打开首选项:打开键盘快捷键,例如Ctrl+Shift+p 并输入 keyboard然后 enterreturn .
  • 在键盘快捷键搜索栏中键入 Ctrl+f 并找到“终端:焦点查找小部件”行。我的看起来像这样:Terminal Focus Keybinding UI
  • 单击铅笔图标以更改键绑定(bind)。一个可供我使用的是 Ctrl+Alt+f。

  • 注:以下内容来自 the docs方便引用。
    或者,在您的 keybindings.json改变:
    { "key": "ctrl+f", "command": "-workbench.action.terminal.focusFindWidget",
    "when": "terminalFocus" },
    像这样:
    { "key": "ctrl+alt+f", "command": "-workbench.action.terminal.focusFindWidget",
    "when": "terminalFocus" },

    关于visual-studio-code - 如何在 Visual Studio Code 中重新映射默认的 CTRL+f(查找),以便我可以像在 unix/linux 中那样使用 CTRL+f?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61331675/

    32 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com