Text editors and IDEs
VSCode
Ctrl-Shift-p: Open Command PaletteCtrl-,: Open user settingsCtrl-b: Toggle ExplorerCtrl-Shift-d: Open Run and DebugCtrl-j: Toggle built-in terminalCtrl-p: Open a fileCtrl-Tab: Tab through open filesCtrl-\: Move file to split windowsCtrl-f: Search/Replace in fileCtrl-Shift-f: Global SearchCtrl-/: Toggle commentShift-Alt-Up/Down: Duplicate lineCtrl-Click: Multiple cursorsCtrl-d: Select word under the cursorCtrl-Shift-l: Select all instances of a wordCtrl-Click: Jump to function definitionCtrl-k z: Zen Mode
Sublime Text
To enable Vim mode, go to user settings (Settings > Preferences) and remove Vintage from ignored_packages array.
gedit
<Ctrl-;>: Open emoji window.F9: Toggle side panel.- Install Dracula theme
# Download the raw file:
wget https://raw.githubusercontent.com/dracula/gedit/master/dracula.xml
# Move the file to gedit styles dir:
mv dracula.xml $HOME/.local/share/gedit/styles/
# Activate in gedit's preferences dialog.