Initial commit.
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
#set -g utf8
|
||||
#set-window-option -g utf8 on
|
||||
|
||||
set -g prefix C-a
|
||||
unbind C-b
|
||||
bind C-a send-prefix
|
||||
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
bind a last-window
|
||||
|
||||
set -g history-limit 5000
|
||||
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-justify centre
|
||||
set -g status-left '#[fg=green][ #[fg=blue,bright]jdb-hp#[fg=green,nobright] ]['
|
||||
set -g status-left-length 70
|
||||
set -g status-right '#[fg=green]][ #[fg=brightblue]%m-%d #[fg=brightgreen]%H:%M #[fg=green]]'
|
||||
set -g status-right-length 20
|
||||
Reference in New Issue
Block a user