Skip to content

Instantly share code, notes, and snippets.

@tkqubo
Created February 14, 2018 19:12
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 tkqubo/7a659ea280c29f7a0b80475f8a2ba758 to your computer and use it in GitHub Desktop.
Save tkqubo/7a659ea280c29f7a0b80475f8a2ba758 to your computer and use it in GitHub Desktop.
Atom setting

Key map file

'atom-text-editor[data-grammar="source gfm"]:not([mini])':
  'tab': 'markdown-folding:cycle'
  'cmd-i': 'markdown-writer:toggle-italic-text'
  'cmd-b': 'markdown-writer:toggle-bold-text'
  'cmd-j cmd-p': 'markdown-writer:jump-to-previous-heading'
  'cmd-j cmd-n': 'markdown-writer:jump-to-next-heading'

'body':
  'ctrl-n': 'pane:show-next-item'
  'ctrl-p': 'pane:show-previous-item'

style.less

.markdown-preview.markdown-preview {
  font-size: 150%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment