Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Created January 7, 2015 09:28
Show Gist options
  • Select an option

  • Save stlehmann/d2b5816d7837cf5ff67c to your computer and use it in GitHub Desktop.

Select an option

Save stlehmann/d2b5816d7837cf5ff67c to your computer and use it in GitHub Desktop.
My Atom Keymap
# Your keymap
#
# Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors
# to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# '.editor':
# 'enter': 'editor:newline'
#
# '.workspace':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
"body":
"ctrl-=": "editor:unfold-current-row"
"ctrl-+": "editor:unfold-current-row"
".platform-win32 .editor":
"ctrl--": "editor:fold-current-row"
"ctrl-alt-q": 'unset!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment