This is a quick one. @Spiker985 discovered that the Symbols View: Go To Declaration and Symbols View: Return From Declaration commands used key shortcuts that shadowed the built-in Editor: Add Selection Above and Editor: Add Selection Below commands on Windows and Linux.
The symbols-view commands didn't even have mapped keys on Windows until 1.113. (If I had to guess, I'd guess that ctags didn't work on Windows at some point?) But these commands have always conflicted with one another on Linux!
To fix this, I'm adding a modifier key to the default key combinations on these two platforms. These new key combinations don't conflict with anything in the core keymaps folder, nor any other keymaps I can find in the pulsar project.
This is a quick one. @Spiker985 discovered that the Symbols View: Go To Declaration and Symbols View: Return From Declaration commands used key shortcuts that shadowed the built-in Editor: Add Selection Above and Editor: Add Selection Below commands on Windows and Linux.
The
symbols-view
commands didn't even have mapped keys on Windows until 1.113. (If I had to guess, I'd guess thatctags
didn't work on Windows at some point?) But these commands have always conflicted with one another on Linux!To fix this, I'm adding a modifier key to the default key combinations on these two platforms. These new key combinations don't conflict with anything in the core
keymaps
folder, nor any other keymaps I can find in thepulsar
project.