mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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 = {
|
||||
enabled = false;
|
||||
};
|
||||
manager = {
|
||||
show_hidden = true;
|
||||
sort_by = "alphabetical";
|
||||
sort_dir_first = true;
|
||||
sort_reverse = false;
|
||||
};
|
||||
preview = {
|
||||
tab_size = 1;
|
||||
wrap = "yes";
|
||||
max_width = 1500;
|
||||
max_height = 1000;
|
||||
};
|
||||
log = {
|
||||
enabled = false;
|
||||
};
|
||||
mgr = {
|
||||
show_hidden = false;
|
||||
# linemode = "size";
|
||||
show_symlink = false;
|
||||
sort_by = "alphabetical";
|
||||
sort_dir_first = true;
|
||||
sort_reverse = false;
|
||||
ratio = [
|
||||
1
|
||||
3
|
||||
4
|
||||
];
|
||||
};
|
||||
preview = {
|
||||
tab_size = 1;
|
||||
wrap = "yes";
|
||||
max_width = 1500;
|
||||
max_height = 1000;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue