fix tmux over mosh copy & boot config
This commit is contained in:
parent
eb0c28d2f0
commit
e173ddffc9
@ -40,7 +40,7 @@ in
|
|||||||
set -g status-position top
|
set -g status-position top
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
setw -g mode-keys vi
|
setw -g mode-keys vi
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -ag terminal-overrides ",xterm-256color:Tc:Ms=\\E]52;c%p1%.0s;%p2%s\\7"
|
||||||
|
|
||||||
# Start Index 1
|
# Start Index 1
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
|
@ -12,6 +12,8 @@ in
|
|||||||
system = {
|
system = {
|
||||||
boot = {
|
boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableGrub = false;
|
||||||
|
enableSystemd = true;
|
||||||
xenGuest = true;
|
xenGuest = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user