mirror of
https://gittea.dev/nova/th.git
synced 2025-12-09 09:10:10 -05:00
jump to /usr added
This commit is contained in:
1
config.h
1
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" },
|
||||
|
||||
Reference in New Issue
Block a user