fix fix fix fix
This commit is contained in:
parent
345840360e
commit
6eb023b1f1
2 changed files with 9 additions and 1 deletions
|
|
@ -37,6 +37,13 @@
|
|||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
set -s escape-time 0
|
||||
|
||||
set -g status-position top
|
||||
set -g status-style bg=default,fg=white
|
||||
set -g status-left '#[bg=magenta,fg=white]#I#[bg=default, fg=white]:#P'
|
||||
set -g status-right '#[bg=default,fg=magenta]>> #S'
|
||||
|
||||
unbind %
|
||||
bind "|" split-window -h
|
||||
unbind '"'
|
||||
|
|
@ -57,7 +64,7 @@
|
|||
bind ? list-keys -a
|
||||
|
||||
unbind s
|
||||
bind s tmux_sessionizer
|
||||
bind s run-shell "tmux-sessionizer"
|
||||
|
||||
unbind v
|
||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue