fixes
This commit is contained in:
parent
4bd12f8b64
commit
0e1ee00845
1 changed files with 2 additions and 4 deletions
|
|
@ -37,8 +37,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -s escape-time 0
|
|
||||||
|
|
||||||
set -g status-style bg=default,fg=white
|
set -g status-style bg=default,fg=white
|
||||||
set -g status-right '#[bg=default,fg=magenta]>> #S'
|
set -g status-right '#[bg=default,fg=magenta]>> #S'
|
||||||
|
|
||||||
|
|
@ -47,7 +45,7 @@
|
||||||
unbind '"'
|
unbind '"'
|
||||||
bind - split-window -l 30 -v
|
bind - split-window -l 30 -v
|
||||||
|
|
||||||
bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded!"
|
bind r source-file ~/.config/tmux/tmux.conf
|
||||||
|
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
|
@ -62,7 +60,7 @@
|
||||||
bind ? list-keys -a
|
bind ? list-keys -a
|
||||||
|
|
||||||
unbind s
|
unbind s
|
||||||
bind s run-shell "tmux-sessionizer"
|
bind s run-shell "tmux_sessionizer"
|
||||||
|
|
||||||
unbind v
|
unbind v
|
||||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue