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" },