Modules/Yazi: Add go to masters thesis keybind
This commit is contained in:
@@ -270,6 +270,11 @@ in {
|
|||||||
run = "remove --permanently";
|
run = "remove --permanently";
|
||||||
desc = "Delete selection";
|
desc = "Delete selection";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
on = ["g" "m"];
|
||||||
|
run = ''cd ~/Notes/TU/MastersThesis'';
|
||||||
|
desc = "Go to MastersThesis";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user