fix fix fix
This commit is contained in:
parent
445050aaa8
commit
345840360e
1 changed files with 2 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
|||
shell = "${pkgs.fish}/bin/fish";
|
||||
terminal = "screen-256color";
|
||||
keyMode = "vi";
|
||||
escapeTime = 0;
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
plugin = tmuxPlugins.resurrect;
|
||||
|
|
@ -56,12 +57,10 @@
|
|||
bind ? list-keys -a
|
||||
|
||||
unbind s
|
||||
bind s display-popup -h 50% -w 50% -E sessionizer
|
||||
bind s tmux_sessionizer
|
||||
|
||||
unbind v
|
||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||
|
||||
set -s escape-time 0
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue