Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Tips and FAQ

Zhuochun edited this page May 10, 2015 · 1 revision

FAQs

How to disable default key mappings, e.g. ctrl-alt-[1-5]?

Go to Atom -> Open your Keymap, paste the following:

'.platform-darwin atom-text-editor':
  'ctrl-alt-1': 'unset!'
  'ctrl-alt-2': 'unset!'
  'ctrl-alt-3': 'unset!'
  'ctrl-alt-4': 'unset!'
  'ctrl-alt-5': 'unset!'

Default mappings can be found in keymaps/md.cson.

A list of all commands can also be found here.

Tips

  • Jumping among your posts: Cmd-t or Cmd-p.
  • Markdown Preview: markdown-preview package.
Clone this wiki locally