|
|
|
@ -1,19 +1,20 @@
|
|
|
|
|
# command prefix (like screen)
|
|
|
|
|
# set -g prefix C-a
|
|
|
|
|
# bind C-a send-prefix
|
|
|
|
|
|
|
|
|
|
# Set the prefix to ^A.
|
|
|
|
|
# Set the prefix to ^A
|
|
|
|
|
unbind C-b
|
|
|
|
|
set -g prefix C-a
|
|
|
|
|
bind C-a send-prefix
|
|
|
|
|
bind a send-prefix
|
|
|
|
|
|
|
|
|
|
# Start numbering at 1
|
|
|
|
|
set -g base-index 1
|
|
|
|
|
|
|
|
|
|
# I must be missing something..
|
|
|
|
|
bind C-n next-window
|
|
|
|
|
bind C-p previous-window
|
|
|
|
|
bind C-c new-window
|
|
|
|
|
bind C-a last-window
|
|
|
|
|
bind C-d detach
|
|
|
|
|
|
|
|
|
|
# handy
|
|
|
|
|
bind C-a last-window
|
|
|
|
|
|
|
|
|
|
# basic settings
|
|
|
|
|
set-window-option -g mode-keys vi # vi key
|
|
|
|
|
set-option -g status-keys vi
|
|
|
|
@ -40,4 +41,3 @@ set -g status-left '#[fg=colour238,bg=colour234,nobold]⮀'
|
|
|
|
|
set -g status-right '#[fg=colour245]⮃ %R ⮃ %d %b #[fg=colour254,bg=colour234,nobold]⮂#[fg=colour16,bg=colour254,bold] #h '
|
|
|
|
|
set -g window-status-format "#[fg=white,bg=colour234] #I #W "
|
|
|
|
|
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=colour16,bg=colour39,noreverse,bold] #I ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀"
|
|
|
|
|
#
|
|
|
|
|