Skip to content

Instantly share code, notes, and snippets.

@Barnickle
Barnickle / reminder.md
Last active June 26, 2018 08:31
just my random reminders

Sublime Reminder

Shortcuts:

  • ctrl + § = console
  • ctrl + 1 = Focus sidebar
  • ctrl + 2 = Focus (left) textfield
  • ctrl + 3 = Focus right textfield if two are open
  • ctrl + shift + 1-3 = move open tab to other view
@Barnickle
Barnickle / Default (Windows).sublime-keymap
Last active June 21, 2016 06:35
sublime keybindings
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" },
{ "keys": ["ctrl+/"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+t"], "command": "new_file" },
{ "keys": ["alt+/"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
{ "keys": ["f2"], "command": "side_bar_rename" },
{ "keys": ["f4"], "command": "redo_or_repeat" },