question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Mac] cmd+` doesn't switch between window

See original GitHub issue
  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


this a BUG REPORT

Environment:

  • VSCode Version: 1.16.0
  • VsCodeVim Version: 0.10.1
  • OS: MacOS (sierra)

What happened:

cmd+` is a global macos shortcut that give the ability to switch between windows of the same App

When I type cmd+a caracter appear in the editor

What did you expect to happen:

When I type cmd+` I expect to get the focus on the next VSCode window

How to reproduce it:

Open two VSCOde instance with vim plugin installed try to switch using the global shortcut cmd+`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jmfrancoiscommented, Sep 29, 2017

fixed by update the shortcuts with the two following (using native one) screen shot 2017-09-29 at 09 34 30

1reaction
jt3kcommented, Aug 19, 2020

Current working combination:

  {
    "key": "cmd+`",
    "command": "workbench.action.quickSwitchWindow"
  },
  {
    "key": "cmd+`",
    "command": "workbench.action.quickOpenSelectNext",
    "when": "inQuickOpen"
  },
Read more comments on GitHub >

github_iconTop Results From Across the Web

Command + Tab does not work consistently on MacOS
Command + Tab : to switch to windows that are not minimized. Command + Tab followed by Option : to switch to a...
Read more >
does not switch between OS windows in Kitty under Mac OS ...
Cmd + ~ does not switch between OS windows in Kitty under Mac OS. For most apps, that shortcut would cycle between windows...
Read more >
why does CMD tab bring up a minimized window?
The Application Switcher (cmd-tab) does not switch to a window. It switches to an Application.
Read more >
How to Quickly Switch Between Windows on a Mac in 4 Ways
There are several ways to switch windows on your Mac. First of all, if you hit the F3 key (in the very top...
Read more >
CMD-TAB doesn't work properly - MacRumors Forums
Have you installed any software for shortcuts or window management that intercepts keystrokes, such as Launchbar, Alfred, or the like? Check ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found