Skip to content

Instantly share code, notes, and snippets.

@mofas
Last active December 3, 2018 15:57
Show Gist options
  • Select an option

  • Save mofas/bd2ddc5ed7124fe42d6c6c36fdd35013 to your computer and use it in GitHub Desktop.

Select an option

Save mofas/bd2ddc5ed7124fe42d6c6c36fdd35013 to your computer and use it in GitHub Desktop.
emacs short cut

Common

Reload file

C+x C+v 

Open file

C+x C+f

Kill buffer

C+x k

Select Buffer

C+x b

Next Buffer

C+x <right>

Prev Buffer

C+x <left>

Format Region

C+M+\

Join Line

M+^

Undo

C+x u

Racket Mode

Run

M+Enter

Comment Block

M+;

Go Function Definition

M+.

Change Paren Style

C+c C+p

Send Region to REPL

C+c C+r
@mofas
Copy link
Copy Markdown
Author

mofas commented Sep 1, 2017

@mofas
Copy link
Copy Markdown
Author

mofas commented Sep 19, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment