mirror of
https://gittea.dev/nova/th.git
synced 2025-10-22 02:40:15 -04:00
refractoring, fixed enter_shell
This commit is contained in:
1
config.h
1
config.h
@@ -66,6 +66,7 @@ static const binding key_binding[] = {
|
||||
{ "gD", jump_to_dir, "$HOME/Downloads", "jump to $HOME/Downloads" },
|
||||
{ "gd", jump_to_dir, "/dev", "jump to /dev" },
|
||||
{ "ge", jump_to_dir, "/etc", "jump to /etc" },
|
||||
{ "gp", jump_to_dir, "/etc/portage", "jump to /etc/portage" },
|
||||
{ "gm", jump_to_dir, "/mnt", "jump to /mnt" },
|
||||
{ "go", jump_to_dir, "/opt", "jump to /opt" },
|
||||
{ "gt", jump_to_dir, "/tmp", "jump to /tmp" },
|
||||
|
Reference in New Issue
Block a user