Skip to content

Instantly share code, notes, and snippets.

@chris-tng
Last active March 16, 2020 17:12
Show Gist options
  • Select an option

  • Save chris-tng/ef99dbdeca62a191500bcb40bd5a56c7 to your computer and use it in GitHub Desktop.

Select an option

Save chris-tng/ef99dbdeca62a191500bcb40bd5a56c7 to your computer and use it in GitHub Desktop.
Sublime text tips

General

  • Open any file: Ctrl + P
  • Command Palette: Ctrl + Shift + P
  • Autocomplete: Ctrl + Space

Text Editing

  • Duplicate current line: Ctrl + Shift + D
  • Multiple cursor: select all occurrence of text: Alt + F3

Markdown

  • Go to any heading within current file: Ctrl + R
  • Go to any heading of open files: Ctrl + Shift + R
    • Tip: #TODO to search over all todo

ZK

  • Link to another note: [ + [
  • Show all notes: [ + !
  • Show all tags: # + !
  • Auto-complete tags: # + ?
  • Navigation: Ctrl + Enter
    • if cursor over tag: find all notes referencing a tag
    • if cursor over note link: navigate to that note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment