Skip to content

Instantly share code, notes, and snippets.

@thomasjpfan
Last active December 22, 2016 22:05
Show Gist options
  • Save thomasjpfan/04a2fbd68097099ef90fc8e460a9757b to your computer and use it in GitHub Desktop.
Save thomasjpfan/04a2fbd68097099ef90fc8e460a9757b to your computer and use it in GitHub Desktop.
set -g base-index 1
setw -g pane-base-index 1
unbind x
bind x kill-pane
bind X kill-session
set -g prefix C-a
unbind C-b
unbind-key j
bind-key j select-pane -D
unbind-key k
bind-key k select-pane -U
unbind-key h
bind-key h select-pane -L
unbind-key l
bind-key l select-pane -R
set -g status-justify left
set -g status-right '#[fg=black]%a %d %b %R'
setw -g mode-keys vi
set-option -g allow-rename off
bind / split-window -h
bind - split-window -v
unbind '"'
unbind %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment