Last active
March 16, 2020 17:12
-
-
Save chris-tng/ef99dbdeca62a191500bcb40bd5a56c7 to your computer and use it in GitHub Desktop.
Revisions
-
chris-tng revised this gist
Mar 16, 2020 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,8 @@ - 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 -
chris-tng revised this gist
Mar 16, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
chris-tng revised this gist
Mar 16, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: `[` + `[` -
chris-tng revised this gist
Mar 16, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
chris-tng created this gist
Mar 16, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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