This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-19
Channels
- # announcements (1)
- # asami (75)
- # beginners (16)
- # calva (14)
- # cider (4)
- # clj-kondo (11)
- # cljs-dev (3)
- # clojure (110)
- # clojure-australia (1)
- # clojure-china (1)
- # clojure-europe (38)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-sg (1)
- # clojure-spec (1)
- # clojure-taiwan (1)
- # clojure-uk (2)
- # clojurescript (34)
- # conjure (1)
- # data-science (9)
- # datahike (7)
- # datalevin (1)
- # datascript (1)
- # datomic (5)
- # etaoin (1)
- # fulcro (23)
- # graalvm (50)
- # helix (4)
- # hyperfiddle (8)
- # introduce-yourself (1)
- # jobs (3)
- # kaocha (10)
- # malli (8)
- # mid-cities-meetup (1)
- # minecraft (1)
- # off-topic (13)
- # pathom (14)
- # polylith (38)
- # reitit (1)
- # releases (1)
- # sci (65)
- # shadow-cljs (28)
- # specter (12)
- # tools-deps (8)
- # vim (1)
- # vscode (11)
- # xtdb (31)
Several of the VS Code keybindings have suddenly changed or stopped working. Eg Cmd-1 used to switch to the first file tab but now is set to Focus First Editor group. Any ideas on how to change them back?
The issue is that the multiple keybinding have changed in a bulk. I will have to reassign all the bindings. Also need to understand why it's happened to prevent it from happening again. Eg Cmd+2 used to switch to the second tab, but now it splits the editor in two, which is driving me mad...
Someone might have published a keybindings.json
restoring the old bindings. You are not the first one I hear is unhappy with the changes. As for why it happened, I think they changed their mind about what is good defaults, and took a decision. Disruptive, yes, but also sometimes necessary if you have vision for how the product should work.
I haven't find a way yet to toggle it back or to reassign to the behaviour. What's the way to go back to my previous version?
There are download links on their release notes: https://code.visualstudio.com/updates/
There seems to be an issue with the keyboard layout or smth similar. For instance lots of standard Cmd+keycombo bindings have changed to Ctrl+keybcombo. Or another way around too. I find it weird that VS code devs would have done this breaking change, perhaps I have inadvertently changed some layout in the VS Code settings.