-
-
Save jespada/1988715 to your computer and use it in GitHub Desktop.
jespada's tmmux Conf
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
##File ~/.tmux.conf | |
set -g prefix C-a | |
unbind % | |
bind | split-window -h | |
bind - split-window -v | |
bind-key k select-pane -U | |
bind-key j select-pane -D | |
bind-key h select-pane -L | |
bind-key l select-pane -R | |
# status bar | |
set-option -g status-utf8 on | |
set-option -g status-justify right | |
set-option -g status-bg black | |
set-option -g status-fg green | |
set-option -g status-interval 1 | |
#set-option -g status-left-length 30 | |
#set-option -g status-left '#[fg=magenta]» #[fg=blue,bold]#T#[default]' | |
####set-option -g status-right '#[fg=cyan]»» #[fg=blue,bold]###S #[fg=magenta]%R %m-%d#(acpi | cut -d ',' -f 2)#[default]' | |
#set -g status-right "#S #[fg=green,bg=black,bright]#(tmux-mem-cpu-load 2)#[default]" | |
####set -g status-interval 2 | |
####set -g status-left "#S #[fg=green,bg=black,bright]#(tmux-mem-cpu-load 2)#[default]" | |
set-option -g visual-activity on | |
set-window-option -g monitor-activity on | |
set-window-option -g window-status-current-fg white | |
### clock | |
set-window-option -g clock-mode-colour green | |
set-window-option -g clock-mode-style 12 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment