refactor: clean up tree wide
This commit is contained in:
parent
ad7c7056f9
commit
39c52199a0
3 changed files with 42 additions and 37 deletions
|
@ -5,6 +5,18 @@
|
|||
programs.yazi = {
|
||||
enable = true;
|
||||
shellWrapperName = "t";
|
||||
settings = {
|
||||
manager = {
|
||||
sort_by = "natural";
|
||||
prepend_keymap = [
|
||||
{
|
||||
on = "l";
|
||||
run = "plugin smart-enter";
|
||||
desc = "";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
programs.zellij = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
attachExistingSession = true;
|
||||
exitShellOnExit = true;
|
||||
settings = {
|
||||
pane_frames = false;
|
||||
show_startup_tips = false;
|
||||
|
@ -41,6 +39,7 @@
|
|||
|
||||
mode_normal "#[bg=#89B4FA] {name} "
|
||||
mode_locked "#[bg=#f55e18] {name} "
|
||||
mode_session "#[bq=#00ff00 {name}]"
|
||||
|
||||
tab_normal "#[fg=#6C7086] {index} "
|
||||
tab_active "#[fg=#9399B2,bold,italic] {index} "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue