ft: holiday pimp
This commit is contained in:
@@ -51,6 +51,9 @@ bind-key -n 'M-!' select-layout even-horizontal
|
||||
bind-key -n 'M-@' select-layout even-vertical
|
||||
bind-key -n 'M-#' select-layout main-vertical
|
||||
|
||||
# move windows
|
||||
bind-key -n M-. command-prompt -p "Swap window with:" "swap-window -t :'%%'"
|
||||
|
||||
set -g main-pane-width 40%
|
||||
|
||||
# resize panes
|
||||
@@ -85,10 +88,11 @@ set-option -g set-titles-string "#H: #W"
|
||||
set -g pane-border-style fg="#e3ddcc"
|
||||
|
||||
# Status
|
||||
set -g status-style "bg=default"
|
||||
set -g status-right "#[fg=yellow]#H @#S #[fg=blue]#{=100:pane_current_path} #[fg=red](#(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD)) #[fg=black]"
|
||||
set -g status-style bg=default
|
||||
set -g message-style bg=default
|
||||
set -g status-right "#[fg=yellow]#H(#S) #[fg=blue]#{=100:pane_current_path}#[fg=black]"
|
||||
set -g status-right-length 200
|
||||
set -g status-left ""
|
||||
setw -g window-status-format "#I:#W "
|
||||
setw -g window-status-current-format "#[fg=green]#I:#W*"
|
||||
set -g window-status-format "#I:#W "
|
||||
set -g window-status-current-format "#[underscore]#I:#W#[nounderscore] "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user