trying some more fixes
This commit is contained in:
parent
8a8f11abe2
commit
c8a5a26ef8
2 changed files with 10 additions and 5 deletions
|
|
@ -17,6 +17,7 @@
|
|||
prefix = "C-b";
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
terminal = "screen-256color";
|
||||
keyMode = "vi";
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
plugin = tmuxPlugins.resurrect;
|
||||
|
|
@ -55,12 +56,12 @@
|
|||
bind ? list-keys -a
|
||||
|
||||
unbind s
|
||||
bind-key -r s display-popup -h 50% -w 50% -E sessionizer
|
||||
bind s display-popup -h 50% -w 50% -E sessionizer
|
||||
|
||||
unbind v
|
||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||
|
||||
set -g mode-keys vi
|
||||
bindkey -r '\e/'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue