Tested in Mac OS X: super == command
super+t: go to filesuper+ctrl+p: go to projectsuper+r: go to methodssuper+shift+p: command promptctrl+g: go to line- ```ctrl+````: Python console
super+l: select line (repeat select next lines)super+d: select word (repeat select others occurrences in context for multiple editing)ctrl+shift+m: select content into bracketssuper+shift+enter: insert line beforesuper+enter: inter line afterctrl+shift+k: delete linesuper+k-k: delete from cursor to end of linesuper+k-backspace: delete from cursor to start of linesuper+shift+d: duplicate line(s)super+j: join linessuper+k-u: upper casesuper+k-l: lower casesuper+/: commentsuper+alt+/: block commentsuper+y: redo or repeatsuper+shift+z: past and identctrl+space: autocomplete (repeat to select next suggestion)ctrl+m: jump to matching brackets
super+shift+a: select content into tagsuper+alt+.: close tag
super+f: findsuper+alt+f: replacesuper+alt+g: find next occurrence of current wordsuper+ctrl+g: select all occurrences of current word for multiple editingsuper+shift+f: find in files
super+alt+1: Single columnsuper+alt+2: Two columnssuper+alt+5: Grid (4 groups)ctrl+[1,2,3,4]: Focus groupctrl+shift[1,2,3,4]: Move file to groupsuper+[1,2,3...]Select tab
super+f2: Toggle bookmarkf2: next bookmarkshift+f2: previous bookmarksuper+shift+f2: clear bookmarks
super+k-space: set mark // super+k-; for mesuper+k-w: delete from cursor to marksuper+k-a: select from cursor to marksuper+k-g: clear mark