Created
November 17, 2018 18:35
-
-
Save z-rui/ae57a425e1f0551c0a8a064ae4fbb0cc to your computer and use it in GitHub Desktop.
Tmux configuration
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 | |
bind-key C-a send-prefix | |
set -g prefix C-a | |
set -g mouse on | |
set -g set-titles on | |
set -g status off | |
set -g escape-time 100 | |
setw -g mode-keys vi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment