Skip to content

Instantly share code, notes, and snippets.

@jeffpamer
Created March 4, 2016 01:09
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 jeffpamer/ed16280d22c47aae9f01 to your computer and use it in GitHub Desktop.
Save jeffpamer/ed16280d22c47aae9f01 to your computer and use it in GitHub Desktop.
Atom Keymap
'atom-text-editor.vim-mode:not(.insert-mode)':
'space': ' '
'space p': 'fathom-finder:toggle-file-finder'
'atom-text-editor.vim-mode:not(.insert-mode)[data-grammar~="clojure"]':
'space r': 'proto-repl:toggle'
'space e': 'proto-repl:exit-repl'
'space shift-b': 'proto-repl:execute-block'
'space b': 'proto-repl:execute-top-block'
'space s': 'proto-repl:execute-selected-text'
'space d': 'proto-repl:print-var-documentation'
'space c': 'proto-repl:print-var-code'
'space k': 'proto-repl:clear-repl'
'atom-text-editor[data-grammar~="clojure"],
atom-text-editor[data-grammar~="lisp"],
atom-text-editor[data-grammar~="newlisp"],
atom-text-editor[data-grammar~="scheme"]':
'ctrl-h': 'lisp-paredit:barf-forwards'
'ctrl-l': 'lisp-paredit:slurp-forwards'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment