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:
kenji
2026-01-15 16:16:13 -06:00
parent 33cb851539
commit c6cd00f955
+1
View File
@@ -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];