From 5b7f0175887cf93d5692cff3be7398376bc7fabb Mon Sep 17 00:00:00 2001 From: nova Date: Tue, 4 Nov 2025 22:16:51 +0100 Subject: [PATCH] jump to /usr added --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 23a4198..62cd060 100644 --- a/config.h +++ b/config.h @@ -82,6 +82,7 @@ static const binding key_binding[] = { { "go", jump_to_dir, "/opt", "jump to /opt" }, { "gt", jump_to_dir, "/tmp", "jump to /tmp" }, { "gv", jump_to_dir, "/var", "jump to /var" }, + { "gu", jump_to_dir, "/usr", "jump to /usr" }, { "u7", cmd_on_selected, "7z x", "unzip 7z" }, { "ub", cmd_on_selected, "tar -xvf", "unzip bz2" },