Fix plugins + ssh config
This commit is contained in:
parent
6bbfc7cdc0
commit
b3688ae574
3 changed files with 5 additions and 6 deletions
|
|
@ -109,7 +109,7 @@ in
|
||||||
''
|
''
|
||||||
|
|
||||||
"require-module prelude"
|
"require-module prelude"
|
||||||
"# require-module auto-pairs"
|
#"require-module auto-pairs"
|
||||||
"require-module connect"
|
"require-module connect"
|
||||||
"require-module connect-broot"
|
"require-module connect-broot"
|
||||||
"require-module connect-lf"
|
"require-module connect-lf"
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
identityFile = "~/.ssh/local";
|
identityFile = "~/.ssh/local";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
"*moon-cloud.eu" = {
|
"*.moon-cloud.eu moon-cloud.eu" = {
|
||||||
identityFile = "~/.ssh/moon-cloud";
|
identityFile = "~/.ssh/moon-cloud";
|
||||||
identitiesOnly = true;
|
identitiesOnly = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,10 +5,9 @@
|
||||||
clock24 = true;
|
clock24 = true;
|
||||||
escapeTime = 25;
|
escapeTime = 25;
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs.tmuxPlugins; [
|
||||||
tmuxPlugins.continuum
|
nord
|
||||||
tmuxPlugins.prefix-highlight
|
prefix-highlight
|
||||||
tmuxPlugins.nord
|
|
||||||
];
|
];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue