|
|
@ -7,12 +7,43 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Rebind tmux prefix to <c-space> to match vim |
|
|
|
# Rebind tmux prefix to <c-space> to match vim |
|
|
|
|
|
|
|
|
|
|
|
unbind C-b |
|
|
|
unbind-key C-b |
|
|
|
set -g prefix C-Space |
|
|
|
set -g prefix Escape |
|
|
|
bind Space send-prefix |
|
|
|
bind Escape send-prefix |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -s escape-time 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
################################### |
|
|
|
|
|
|
|
# # |
|
|
|
|
|
|
|
# Colors # |
|
|
|
|
|
|
|
# # |
|
|
|
|
|
|
|
################################### |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-option -g status-bg black #base02 |
|
|
|
|
|
|
|
set-option -g status-fg yellow #yellow |
|
|
|
|
|
|
|
set-option -g status-attr default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-window-option -g window-status-fg brightblue #base0 |
|
|
|
|
|
|
|
set-window-option -g window-status-bg default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-window-option -g window-status-current-fg brightred #orange |
|
|
|
|
|
|
|
set-window-option -g window-status-current-bg default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-option -g pane-border-fg black #base02 |
|
|
|
|
|
|
|
set-option -g pane-active-border-fg brightgreen #base01 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-option -g message-bg black #base02 |
|
|
|
|
|
|
|
set-option -g message-fg brightred #orange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-option -g display-panes-active-colour blue #blue |
|
|
|
|
|
|
|
set-option -g display-panes-colour brightred #orange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-window-option -g clock-mode-colour green #green |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set-window-option -g window-status-bell-style fg=black,bg=red #base02, red |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set -g status-bg blue |
|
|
|
|
|
|
|
set -g status-fg black |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Once the prefix is active these binds will matter |
|
|
|
# Once the prefix is active these binds will matter |
|
|
|
# <prefix><Space> and <prefix><C-Space> take you to copy mode. |
|
|
|
# <prefix><Space> and <prefix><C-Space> take you to copy mode. |
|
|
|