Skip to content

Instantly share code, notes, and snippets.

View Rakk4403's full-sized avatar

Rak-Kyoung, Choi Rakk4403

  • Noul inc.
  • Korea
View GitHub Profile
@Rakk4403
Rakk4403 / tmux.conf
Created November 22, 2017 00:25 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# Set prefix key to Ctrl-a
unbind-key C-b
set-option -g prefix C-a
# 0 is too far from ` ;)
set -g base-index 1
# Automatically set window title
set-window-option -g automatic-rename on
set-option -g set-titles on
@Rakk4403
Rakk4403 / 0_reuse_code.js
Last active August 29, 2015 14:27
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