mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
feat: fixed yazi settings
This commit is contained in:
parent
a5c5d6c825
commit
18d7ec4d87
1 changed files with 21 additions and 16 deletions
|
|
@ -1,19 +1,24 @@
|
||||||
{
|
{
|
||||||
settings = {
|
log = {
|
||||||
log = {
|
enabled = false;
|
||||||
enabled = false;
|
};
|
||||||
};
|
mgr = {
|
||||||
manager = {
|
show_hidden = false;
|
||||||
show_hidden = true;
|
# linemode = "size";
|
||||||
sort_by = "alphabetical";
|
show_symlink = false;
|
||||||
sort_dir_first = true;
|
sort_by = "alphabetical";
|
||||||
sort_reverse = false;
|
sort_dir_first = true;
|
||||||
};
|
sort_reverse = false;
|
||||||
preview = {
|
ratio = [
|
||||||
tab_size = 1;
|
1
|
||||||
wrap = "yes";
|
3
|
||||||
max_width = 1500;
|
4
|
||||||
max_height = 1000;
|
];
|
||||||
};
|
};
|
||||||
|
preview = {
|
||||||
|
tab_size = 1;
|
||||||
|
wrap = "yes";
|
||||||
|
max_width = 1500;
|
||||||
|
max_height = 1000;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue