Skip to content

Instantly share code, notes, and snippets.

View tacksoo's full-sized avatar

Tacksoo Im tacksoo

  • Georgia Gwinnett College
  • Lawrenceville, GA
View GitHub Profile
@tacksoo
tacksoo / 0-self-publishing.md
Created February 4, 2021 16:45 — forked from caseywatts/0-self-publishing.md
Self-Publishing via Markdown
@tacksoo
tacksoo / emacs.markdown
Created November 19, 2019 21:30 — forked from rochacbruno/emacs.markdown
Emacs and Screen commom keys

emacs

basic

C-g = abort command
C-x C-c = Exit
C-_ | C-x u = Undo
C-z = iconify / %emacs to get back
C-x C-z = suspend, back qith "fg"
M-x shell = bash
ESC-! = shell command

@tacksoo
tacksoo / 0_reuse_code.js
Created October 17, 2013 05:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console