From f2b7f3eaf7bbfee5fdd4719f4fabe32c08aec1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E9=9B=85=20=C2=B7=20Misaki=20Masa?= Date: Wed, 22 May 2024 14:16:18 +0800 Subject: [PATCH] fix: remove the default keybinding for going to the temporary directory (#1073) --- 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