feat(yazi): enable full mouse support
Added 'mouse_events' to the Yazi manager configuration, enabling click, scroll, touch, move, and drag interactions for better navigation and control.
This commit is contained in:
@@ -80,6 +80,7 @@ in {
|
||||
sort_by = "natural";
|
||||
sort_dir_first = true;
|
||||
linemode = "size";
|
||||
mouse_events = ["click" "scroll" "touch" "move" "drag"];
|
||||
};
|
||||
tasks = {
|
||||
image_bound = [10000 10000];
|
||||
|
||||
Reference in New Issue
Block a user