Created
October 17, 2014 09:17
-
-
Save modulitos/1eb7c4ef5272035bf8e0 to your computer and use it in GitHub Desktop.
tmux.conf (remote)
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
unbind C-b | |
set -g prefix C-z | |
bind-key z send-prefix | |
set-option -g history-limit 1000 | |
setw -g mode-keys vi | |
# unbind [ | |
# bind Escape copy-mode | |
unbind p | |
bind p paste-buffer | |
bind-key -t vi-copy 'v' begin-selection | |
bind-key -t vi-copy 'y' copy-selection | |
bind-key l next-window | |
bind-key h previous-window | |
# reload .tmux.conf | |
bind-key r source-file ~/.tmux.conf \; display-message "Configuration reloaded" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment