mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
fix: remove the default keybinding for going to the temporary directory (#1073)
This commit is contained in:
parent
d9ecffd19e
commit
f2b7f3eaf7
1 changed files with 0 additions and 1 deletions
|
|
@ -145,7 +145,6 @@ keymap = [
|
|||
{ on = [ "g", "h" ], run = "cd ~", desc = "Go to the home directory" },
|
||||
{ on = [ "g", "c" ], run = "cd ~/.config", desc = "Go to the config directory" },
|
||||
{ on = [ "g", "d" ], run = "cd ~/Downloads", desc = "Go to the downloads directory" },
|
||||
{ on = [ "g", "t" ], run = "cd /tmp", desc = "Go to the temporary directory" },
|
||||
{ on = [ "g", "<Space>" ], run = "cd --interactive", desc = "Go to a directory interactively" },
|
||||
|
||||
# Help
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue