Updates
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
keybinds {
|
||||
normal {
|
||||
bind "Ctrl e" { ToggleFloatingPanes; SwitchToMode "normal"; }
|
||||
bind "Ctrl 1" { GoToTab 1; }
|
||||
bind "Ctrl 2" { GoToTab 2; }
|
||||
bind "Ctrl 3" { GoToTab 3; }
|
||||
bind "Ctrl 4" { GoToTab 4; }
|
||||
bind "Ctrl 5" { GoToTab 5; }
|
||||
}
|
||||
}
|
||||
'';
|
||||
@@ -44,4 +49,39 @@
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
home.file.zellij-layout-dioxus = {
|
||||
target = ".config/zellij/layouts/dioxus.kdl";
|
||||
text = ''
|
||||
layout {
|
||||
tab {
|
||||
pane {
|
||||
command "hx"
|
||||
args "."
|
||||
focus true
|
||||
}
|
||||
floating_panes {
|
||||
pane {
|
||||
width "80%"
|
||||
height "80%"
|
||||
x "10%"
|
||||
y "10%"
|
||||
}
|
||||
}
|
||||
}
|
||||
tab {
|
||||
pane {
|
||||
command "dx"
|
||||
args "serve"
|
||||
}
|
||||
}
|
||||
tab {
|
||||
pane {
|
||||
command "devenv"
|
||||
args "up"
|
||||
}
|
||||
}
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user