Misc tmux fixes
This commit is contained in:
parent
37c01ec569
commit
e3ccab18c4
@ -1,4 +1,5 @@
|
||||
set-option -g default-shell /bin/zsh
|
||||
#set -g mouse on
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-left '#[fg=green]#H'
|
||||
@ -28,7 +29,6 @@ bind-key -n M-h select-pane -L
|
||||
bind-key -n M-l select-pane -R
|
||||
bind-key -n M-C kill-pane
|
||||
bind-key F5 source ~/.tmux.conf
|
||||
bind-key x detach
|
||||
bind-key -n M-Space new-window \; rename-window "-"
|
||||
bind-key -n M-[ previous-window
|
||||
# bind-key -n M-S-] break-pane
|
||||
@ -52,8 +52,6 @@ set -g status-interval 5
|
||||
set -g status-right-length 60
|
||||
set -g status-right "#[fg=white]#S #I:#P #[fg-yellow] %d %b %Y #[fg=green] %l:%M:%S %p"
|
||||
bind-key R source-file ~/.tmux.conf
|
||||
#### COLOUR (Solarized 256)
|
||||
|
||||
# default statusbar colors
|
||||
set-option -g status-bg colour235 #base02
|
||||
set-option -g status-fg colour136 #yellow
|
||||
|
Loading…
Reference in New Issue
Block a user