Skip to content

Instantly share code, notes, and snippets.

View aiwen324's full-sized avatar
😅
Working from home

Yifei Ai aiwen324

😅
Working from home
  • University of Toronto
  • Toronto
View GitHub Profile
@aiwen324
aiwen324 / gist:440c3c05b55b5884a0afb269816fbbf2
Created April 4, 2017 06:59
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after
@aiwen324
aiwen324 / gist:fb04be5d33952da0226c7c90a0c93f1a
Created April 4, 2017 06:59
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after

Selection and Navigation

⌘D                Multi-select
⌘K,⌘D             Skip the current match and select the next one
⌘U                Soft Undo
⌘ + Ctrl + G      Select all occurences under cursor
⌘P                Jump to files
⌘L                Select Line
⌘ + Shift + L     Convert Selection to Multi-select

⌘ + Shift + J Select all lines at current indentation