Created
October 10, 2017 19:43
-
-
Save kennith/843678b624faea17dde2093df940c81a 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
# 0 is too far from ` ;) | |
set -g base-index 1 | |
setw -g pane-base-index 1 | |
# Automatically set window title | |
set-window-option -g automatic-rename on | |
set-option -g set-titles on | |
set -g status-keys vi | |
set -g history-limit 10000 | |
bind r source-file ~/.tmux.conf | |
set -g status-bg black | |
set -g status-fg White | |
set -g window-status-current-bg Default | |
set -g window-status-current-fg Green | |
set -g window-status-current-attr bold | |
set -g status-interval 60 | |
set -g status-left-length 30 | |
set -g status-left '' | |
set -g status-right '#[fg=green](#S) #(whoami) ' | |
# set -g status-right '#[fg=yellow] #[fg=white]%H:%M#[default]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment