As I keep using different tools, it has become necessary to note down the different shortcuts across the tools.
Spyder:
- (control + 1) : comment/uncomment lines
- (control + d) : delete lines
- is there a way to cut lines in spyder ? (besides the standard select and cut technique)
Notepad++
- (control + q) : comment/uncomment lines for different file formats e.g. .sh / .bat
GVim
- yy : cut lines
- pp : paste lines
VS:
- (control + x) : cut lines
- (control + kd) : format correction
IntelliJ IDEA:
- (alt + F12) : command prompt
- (control + alt + l) : format correction
- (control + d) : move back from sbt’s scala console (‘sbt’ -> ‘console’) back to the sbt console.
- (control + ‘/’) : comment / uncomment
References: