Check out vimium for chrome. Itâs saved my wrists quite a bit of pain. Also, I recently bought the Tobii eye tracking camera to reduce mouse movements.
Would be nice to have a shortcut for collapsing / expanding the version history / background tasks / app console pane at the bottom. Something like in Visual Studio Code " ctrl +` "
Another one worth considering is âctrl + dâ to copy the line we are in and paste it one line below the current one.
Very useful instead copy / paste.
Today I Learned: Alt-â and Alt-â move the current line in the direction indicated. (In the Beta editor, at least.) This should be added to the documentation.
Whatever gets implemented (or not!), I would hope all of this ends up in a central, comprehensive list of shortcuts, classified by function and prerequisites (e.g., requires a âcurrent selectionâ to act upon).
Having to look in multiple places, or just experiment, is not a good practice for the developer. Experiments could have serious unintended consequences for the source code, or the project as a whole (e.g., publishing something thatâs not for public consumption).
The Alt-arrow shortcuts I found by mistake. Force of habit, from using the CherryTree outliner; which, as it happens, does the same thing.
Users like me with a German keyboard are unable to use the very useful shortcut (Ctrl-/) to comment out code. â/â is not a key on our keyboard, we have to press Shift + 7 to get it. Can we please get Ctrl + # again as before?