Skip to content

Instantly share code, notes, and snippets.

View aljavier's full-sized avatar
💭
Hacking the Gibson.

A. J. Javier aljavier

💭
Hacking the Gibson.
  • Dominican Republic
View GitHub Profile
@aljavier
aljavier / tmux.conf
Last active January 6, 2019 17:41 — forked from spicycode/tmux.conf
A fair tmux.conf file
# 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-option -g default-command bash
set -g default-terminal screen-256color
set -g status-keys vi