Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. # Your keymap
  2. #
  3. # Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors
  4. # to apply styles to elements, Atom keymaps use selectors to associate
  5. # keystrokes with events in specific contexts.
  6. #
  7. # You can create a new keybinding in this file by typing "key" and then hitting
  8. # tab.
  9. #
  10. # Here's an example taken from Atom's built-in keymap:
  11. #
  12. # '.editor':
  13. # 'enter': 'editor:newline'
  14. #
  15. # 'body':
  16. # 'ctrl-P': 'core:move-up'
  17. # 'ctrl-p': 'core:move-down'
  18. #
  19. '.platform-darwin':
  20. 'cmd-i': 'tree-view:toggle'
  21. '.platform-darwin, .platform-darwin .command-palette atom-text-editor':
  22. 'cmd-p': 'command-palette:toggle'
  23. '.platform-darwin':
  24. 'cmd-o': 'fuzzy-finder:toggle-file-finder'
  25. '.editor':
  26. 'invisibles':
  27. 'cr': '!'
  28. 'eol': '_'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement