Skip to content

Instantly share code, notes, and snippets.

@carlos-wong
Last active November 25, 2016 16:15
Show Gist options
  • Save carlos-wong/36f472c435ccbfa412d123325d152b28 to your computer and use it in GitHub Desktop.
Save carlos-wong/36f472c435ccbfa412d123325d152b28 to your computer and use it in GitHub Desktop.
cheatsheet for gist
gist.el now maintains a local cache so as to not go to the gist server every now and then.
multi-files gist support (indicated by a '+' in the gist list)
improved gist-list buffer, based on tabulated-list.el (same codebase as package.el) New keybindings:
g : reload the gist list from server
e : edit current gist description
k : delete current gist
+ : add a file to the current gist
- : remove a file from the current gist
y : print current gist url
b : browse current gist
* : star gist
^ : unstar gist
f : fork gist
in-place edition. While viewing a gist file buffer, you can:
C-x C-s : save a new version of the gist
C-x C-w : rename some file
dired integration. From a dired buffer, you can:
@ : make a gist out of marked files (with a prefix, make it private)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment