Skip to content

Instantly share code, notes, and snippets.

@isaacsanders
Last active August 29, 2015 14:23
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 isaacsanders/3c6274413a38ba445576 to your computer and use it in GitHub Desktop.
Save isaacsanders/3c6274413a38ba445576 to your computer and use it in GitHub Desktop.
Emacs Clojure Commands

CIDER Commands

C-c +

  • M-j: Jack into an nREPL session and open a REPL buffer.
  • M-n: Switch REPL to the current buffer's namespace.
  • C-z: Open REPL and move cursor to REPL.
  • C-o: Clear the last line's output.
  • M-o: Clear all the output

Magit Commands

  • C-x M-g: Magit status
  • ?: Shows Key Command Buffer

Projectile Commands

C-c p +

  • f: Fuzzy-find file in project

Emacs Commands

General

  • C-h k: Check if a key sequence is bound to anything
  • M-W: Copy selected text to system clipboard

Movement

  • M-<: Move to SOF
  • M->: Move to EOF

Windowing

C-x +

  • 0: Close the current window
  • 1: Close all but the current window
  • 2: Split the current window horizontally
  • 3: Split the current window vertically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment