Created
May 17, 2017 14:19
-
-
Save pavelz/dbe6573ea22273390915f0162e961158 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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