Skip to content

Instantly share code, notes, and snippets.

@pasikon
Created July 5, 2017 08:08
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 pasikon/aa1901b5c0f38be34cb41ba02a6661fb to your computer and use it in GitHub Desktop.
Save pasikon/aa1901b5c0f38be34cb41ba02a6661fb to your computer and use it in GitHub Desktop.
set -g default-terminal "screen-256color"
unbind C-b
set-option -g prefix C-z
bind-key C-z send-prefix
set-option -g allow-rename off
set-window-option -g xterm-keys on
set-option -g mouse on
bind r source-file ~/.tmux.conf
bind k set-window-option synchronize-panes
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
set -g mode-keys vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment