From 5926b4b63d98694387e65eea0ebcdb956bb75a6c Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 22 May 2024 14:15:19 +0800 Subject: [PATCH] fix: remove the default keybinding for going to the temporary directory --- yazi-config/preset/keymap.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/yazi-config/preset/keymap.toml b/yazi-config/preset/keymap.toml index 2126e65a..22344d7b 100644 --- a/yazi-config/preset/keymap.toml +++ b/yazi-config/preset/keymap.toml @@ -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", "" ], run = "cd --interactive", desc = "Go to a directory interactively" }, # Help