# Here's an example taken from Atom's built-in keymap: # 'atom-text-editor': # 'enter': 'editor:newline' # # 'atom-workspace': # 'ctrl-shift-p': 'core:move-up' # 'ctrl-p': 'core:move-down' 'body': 'alt-cmd-n': 'application:new-window' # 'ctrl-1': 'window:focus-pane-above' 'ctrl-1': 'custom:move-cursor-to-text' 'ctrl-2': 'pane:move-active-item-to-top-of-stack' 'ctrl-shift-tab': 'pane:show-previous-item' 'ctrl-tab': 'pane:show-next-item' 'alt-cmd-N': 'application:new-window' 'atom-text-editor': 'shift-cmd-i': 'custom:insert-py-md-chunk-moveup' 'shift-cmd-j':'custom:insert-julia-md-chunk-moveup' 'ctrl-p': 'custom:insert-print-move-left' 'ctrl-y': 'custom:insert-typeof' 'cmd-p': 'custom:insertpipe' 'ctrl-i': 'editor:auto-indent' 'shift-cmd-n': 'custom:run-next-cell' 'ctrl-shift': 'bookmarks:view-all' '.platform-darwin atom-text-editor': 'alt-up': 'bracket-matcher:select-inside-brackets' 'alt-down': 'bracket-matcher:select-matching-brackets' 'atom-workspace': 'ctrl-n': 'cell-navigation:next-cell' 'ctrl-b': 'cell-navigation:previous-cell' 'ctrl-l': 'hydrogen:clear-results' # 'ctrl-cmd-p': 'custom:move-up-down' # used to move the line below up and down to expand the output 'shift-cmd': 'custom:move-up-down' # '.platform-darwin atom-text-editor[data-grammar="source julia"]': # 'shift-cmd-enter': 'julia-client:run-cell' # 'cmd-enter': 'julia-client:run-and-move' # 'shift-cmd-n': 'custom:run-next-julia-cell' '.platform-darwin atom-text-editor:not([mini])': 'shift-cmd-enter': 'custom:run-current-cell' 'cmd-enter': 'hydrogen:run-and-move-down' # 'cmd-enter': 'custom:run-curr-line-move-down' # 'ctrl+z': 'custom:page-up-center-down' 'ctrl-enter': 'hydrogen:run' 'f1': 'hydrogen:toggle-inspector' # 'ctrl-l': 'inline-results:clear-all' '.platform-darwin atom-workspace': 'ctrl-2': 'julia-client:open-REPL' # 'ctrl-1': 'custom:move-cursor-to-text' # 'atom-text-editor:not([mini])': # 'alt-)': 'custom:jump-over-symbol' '.editor:not([mini])': 'alt-j': 'find-selection:find-next' 'alt-k': 'find-selection:find-previous' 'cmd-shift-l': 'editor:fold-selection' 'ctrl-w': 'editor:delete-to-beginning-of-word' 'ctrl-u': 'editor:delete-to-beginning-of-line'