Skip to content

Instantly share code, notes, and snippets.

View mortik's full-sized avatar

Marten Klitzke mortik

View GitHub Profile
@mortik
mortik / 0_reuse_code.js
Last active August 29, 2015 14:13
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
@mortik
mortik / README.md
Last active August 29, 2015 14:04 — forked from denji/README.md

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/save
:wa[!]    write/save all windows [force]
:wq       write/save and close

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@mortik
mortik / sublime_text_shortcuts.md
Last active December 15, 2015 22:09 — forked from lucasfais/gist:1207002
Shortcuts for Sublime Text

Sublime Text

Useful Shortcuts (Mac OS X)

General

|  ⌘T  |    go to file
|  ⌘⌃P  |    go to project
|  ⌘R  |    go to methods
|  ⌃G  |    go to line
|  ⌘KB  |    toggle side bar