Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julien-tremblay-mclellan/fca5e515e678968b39b3ec9e9fd6bd9a to your computer and use it in GitHub Desktop.
Save julien-tremblay-mclellan/fca5e515e678968b39b3ec9e9fd6bd9a to your computer and use it in GitHub Desktop.
Master
Formatting
Bold	Ctrl+b
Italic	Ctrl+i
Underline	Ctrl+u
Strikethrough	Ctrl+Alt+s
Highlight	Ctrl+e
Link	Ctrl+k
Insert
Mention person (@Christina)	@
Link to doc (+Meeting Notes)	+
Emoji 😀	:
#hashtag	#hashtag
Dates	/dateSpace or
/datetimeSpace
Times	/timeSpace
Markdown formatting
Large header
	# Space
Medium header
	## Space
Small header
	### Space

    Numbered list

	1. Space

    Bulleted list

	* Space

    Task list

	[] Space

    Blockquote

	> Space
Italic	_italic_
Bold	**bold**
Strikethrough	~Strikethrough~
Code block	```
code	`code`
Divider	---
LATEX	$$\LaTeX$$
Block formatting
Large header
	Ctrl+Alt+1
Medium header
	Ctrl+Alt+2
Small header
	Ctrl+Alt+3

    Numbered list

	Ctrl+Shift+7

    Bulleted list

	Ctrl+Shift+8

    Task list

	Ctrl+Shift+c

    Blockquote

	Ctrl+Shift+>
Code block	Ctrl+Alt+c
Editing
Find and replace	Ctrl+f
Find next	Ctrl+g
Find previous	Ctrl+Shift+g
Check/uncheck checkbox	Ctrl+Enter
Indent	Tab
Unindent	Shift+Tab
Move line up	Ctrl+Shift+↑
Move line down	Ctrl+Shift+↓
Add a comment	Ctrl+Alt+m
Post comment	Ctrl+Enter
Undo	Ctrl+z
Redo	Ctrl+Shift+z
Application
Create new doc	Ctrl+Alt+n
Present	Ctrl+Shift+p
Share	Ctrl+Shift+s
Search docs	Ctrl+Shift+o
Keyboard shortcuts	Ctrl+/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment