-
-
Notifications
You must be signed in to change notification settings - Fork 972
Closed
Description
In line with #955 (among other) it might be good practice to support other common (coding) shortcuts, like:
Ctrl-Spaceto trigger code-completionCmd-fto trigger a text-searchCmd-Wto close the windowCmd-,to show settingsCmd-.to stop runningAlt-[Up/Down]to move one or multiple lines up down- probably more fitting for ruby
Cmd-#rather thanCmd-/ Cmd-[os]to load / saveCmd-nto make a new songAlt-Clickto open docs of the clicked functionCmd-Clickto jump to the definition of the clicked variable
Most of these are universal, however, for reference I used VS Code (the most used IDE in 2019 according to StackOverflow)
Also, there are some questionable shortcuts, where I'm not sure why anyone would need them, like:
M-[ul]- Convert next word (or selection) to upper/lower caseC-[pnfb]- Move curser (same as ^,v,<,>)C-[hd]- Delete forwards / backwards (same asDel,Ctrl-Del/Fn-Del)S-M-[ud]- Move up / down 10 lines
So what I'm basically trying to say is that the shortcuts as they are right now are quite unintuitive and make it hard to work fast and productive at least in my exp.
Reactions are currently unavailable