fix: remove the default keybinding for going to the temporary directory (#1073)

This commit is contained in:
三咲雅 · Misaki Masa 2024-05-22 14:16:18 +08:00 committed by GitHub
parent d9ecffd19e
commit f2b7f3eaf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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