Skip to content

Instantly share code, notes, and snippets.

@pavelz
Created May 17, 2017 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavelz/dbe6573ea22273390915f0162e961158 to your computer and use it in GitHub Desktop.
Save pavelz/dbe6573ea22273390915f0162e961158 to your computer and use it in GitHub Desktop.
unbind C-b
set -g prefix C-a
bind C-a send-prefix
setw -g mode-keys vi
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection
bind r source-file ~/.tmux.conf \; display "Reloaded!"
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on
set -g default-terminal "screen-256color"
#set-option terminal-overrides "*256col*:colors=256,xterm*:XT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment