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.

Revisions

  1. chris-tng revised this gist Mar 16, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion sublime.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,8 @@
    - Autocomplete: Ctrl + Space

    ### Text Editing
    - Duplicate line: Ctrl + Shift + D
    - 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
  2. chris-tng revised this gist Mar 16, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions sublime.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,9 @@
    - Command Palette: Ctrl + Shift + P
    - Autocomplete: Ctrl + Space

    ### Text Editing
    - Duplicate line: Ctrl + Shift + D

    ### Markdown
    - Go to any heading within current file: Ctrl + R
    - Go to any heading of open files: Ctrl + Shift + R
  3. chris-tng revised this gist Mar 16, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions sublime.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    ### 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: `[` + `[`
  4. chris-tng revised this gist Mar 16, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions sublime.md
    Original file line number Diff line number Diff line change
    @@ -13,5 +13,5 @@
    - 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
    - if cursor over tag: find all notes referencing a tag
    - if cursor over note link: navigate to that note
  5. chris-tng created this gist Mar 16, 2020.
    17 changes: 17 additions & 0 deletions sublime.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    ### General
    - Open any file: Ctrl + P
    - Command Palette: Ctrl + Shift + P
    - Autocomplete: Ctrl + Space

    ### Markdown
    - Go to any heading within current file: Ctrl + R
    - Go to any heading of open files: Ctrl + Shift + R

    ### 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