V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
chenqh
V2EX  ›  Visual Studio Code

关于 vscode 光标移动的问题

  •  
  •   chenqh · 2 小时 2 分钟前 · 129 次点击

    在 vscode 执行完 task 后,光标就锁在了 terminal 那里了, 有什么除了 ctrl+` 隐藏 下面面板的方式来使光标重新回到 editor 里面吗?

    因为下面这个面板是我用来控制 editor 的最下方与视线的角度用的,这个不能隐藏,一旦隐藏这个面板, editor 的光标就会移动到窗口的最下方,导致我头要低下来.

    3 条回复    2024-11-30 17:46:52 +08:00
    codehz
        1
    codehz  
       1 小时 47 分钟前   ❤️ 1
    重新绑定一下按键
    {
    "key": "ctrl+`",
    "command": "workbench.action.terminal.focus"
    },
    {
    "key": "ctrl+`",
    "command": "workbench.action.focusActiveEditorGroup",
    "when": "terminalFocus"
    }
    chenqh
        2
    chenqh  
    OP
       1 小时 38 分钟前
    @codehz 我试试
    chenqh
        3
    chenqh  
    OP
       1 小时 37 分钟前
    @codehz 好了,谢谢.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2630 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 225ms · UTC 11:24 · PVG 19:24 · LAX 03:24 · JFK 06:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.