Linux
- Control + Shift + P + rein -- reindent lines
- Control + D -- select word
- Control + U -- unselect word
- Control + O -- open file
- Control + W -- close tab
- Control + KK -- delete to the end of line
- Control + X -- cut entire line (or you can use this to delete)
- Shift + Alt + (any number) -- split the window into that many panes (1 works, too)
- Control + Shift + [Group #] -- move file to group
- Control + [Group #] -- switch to [Group #]
- Control + Tab -- cycle between tabs
- Control + (tab number) -- switch to (tab number)
- Control + Shift + F -- find in files
- Control + / -- comment all highlighted lines
Mac OS
- Command + Shift + P + rein -- reindent lines
- Command + D -- select word
- ⌃ + U -- unselect word
- Command + P -- open file
- Command + W -- close tab
- Command + KK -- delete to the end of line
- Command + X -- cut entire line (or you can use this to delete)
- Command + Option + (any number) -- split the window into that many panes (1 works, too)
- Control? + Shift + [Group #] -- move file to group
- Control? + [Group #] -- switch to [Group #]
- Command + Alt + Left/Right -- cycle between tabs
- Command + (tab number) -- switch to (tab number)
- Command + K + B -- toggle the side bar hidden / showed
- Command + Shift + F -- find in files
- Command + / -- comment all highlighted lines
http://docs.sublimetext.info/en/latest/reference/keyboard_shortcuts_osx.html
Thank you so much! Here are a couple more we discussed in the talk:
Control + Command + G -- selects all instances of a (selected) string
Command + Shift + L -- gives you cursors in all active selections
Command + R -- opens a drop-down window for functions (with search capability)