Created
November 14, 2017 16:23
-
-
Save automagicaly/57a4322dac1300a76dcf18d05d21d683 to your computer and use it in GitHub Desktop.
My tmux configuration
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
# redefine Prefix | |
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
# Vi copypaste mode | |
set-window-option -g mode-keys vi | |
# don't rename windows automatically | |
set-option -g allow-rename off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment