diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index c3a4114b..1dd7b4d6 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -41,7 +41,9 @@ prepend_keymap = [ { on = [ "g", "r", - ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root"}, + ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root" }, + { on = "o", run = "plugin open-with-cmd --ags=block", desc = "Open with command in terminal" }, + { on = "O", run = "plugin open-with-cmd", desc = "Open with command" }, # {on = "", run = 'o'} ]