Skip to content

Instantly share code, notes, and snippets.

View ernestohs's full-sized avatar
🐙
coding in progress

Ernesto Herrera Salinas ernestohs

🐙
coding in progress
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.mylivechat_inline {
resize: none;
font-size: 13px;
@ernestohs
ernestohs / tmux.conf
Last active May 27, 2016 20:33 — forked from spicycode/tmux.conf
The best and greatest tmux.conf ever
# 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
# Set prefix key to Ctrl-a
unbind-key C-b
set-option -g prefix C-a