Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.31 KB

Customized emacs configuration

Mostly customized for javascript and clojure development

Theme

Add some shit here to remind yourself about some useful ass keybindings

  • Magit

    • "C-c g" open magit status
    • "C-c C-g" open magit menu
    • Magit workflow:
      • "C-c g" to open magit status
      • "s" to stage files
      • "c c" to commit
      • "C-c C-c" to actually commit after writing commit message
      • "P p" to git push origin master
  • Expand Region

    • "C-c =" expand region
    • "C-c -" contract region
  • Tern

    • Jump to definition
      • M-.
    • Bring you back from definition
      • M-.
  • Browse kill ring

    • M-y
  • Mutiple cursors

    • "C-c l" mark next like this
  • Node repl

    • "C-c C-e" send last expression to node repl
    • "C-c C-b" send entire buffer to node repl
  • Skewer (run javascript in browser)

    • "M-x run-skewer" to connect to the damn browser
    • "C-x C-e" to run commands in the browser (although it seems like skewer likes to kill your browser sessions