Created
July 5, 2017 08:08
-
-
Save pasikon/aa1901b5c0f38be34cb41ba02a6661fb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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