moar fixe
This commit is contained in:
parent
249fac1084
commit
c025ec11ec
1 changed files with 3 additions and 3 deletions
|
|
@ -73,9 +73,6 @@ in
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
escapeTime = 0;
|
escapeTime = 0;
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
{
|
|
||||||
plugin = tmux-current-pane-hostname;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
plugin = tmux-compile;
|
plugin = tmux-compile;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
@ -143,6 +140,9 @@ in
|
||||||
|
|
||||||
unbind v
|
unbind v
|
||||||
bind v choose-tree -Zw "join-pane -t '%%'"
|
bind v choose-tree -Zw "join-pane -t '%%'"
|
||||||
|
|
||||||
|
# Plugins that need to run last
|
||||||
|
run-shell ${tmux-current-pane-hostname}/share/tmux-plugins/current_pane_hostname/current_pane_hostname.tmux
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue