From 481eed6ca51e5a6528f5c1525d57808a04189968 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 9 Jul 2026 12:27:31 +0200 Subject: [PATCH] Modules/Yazi: Add go to masters thesis keybind --- home/homemodules/yazi/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/homemodules/yazi/default.nix b/home/homemodules/yazi/default.nix index efc4ce7..e047e42 100644 --- a/home/homemodules/yazi/default.nix +++ b/home/homemodules/yazi/default.nix @@ -270,6 +270,11 @@ in { run = "remove --permanently"; desc = "Delete selection"; } + { + on = ["g" "m"]; + run = ''cd ~/Notes/TU/MastersThesis''; + desc = "Go to MastersThesis"; + } ]; };