diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index 0d7cd6af..ef75740d 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -28,6 +28,7 @@ LOG_FILE = "/tmp/completion.log" [[language]] name = "toml" roots = ["."] +auto-format = true [[language]] name = "markdown" diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index cd7b31b3..27ace9c4 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -52,6 +52,7 @@ prepend_keymap = [ "'", ":", ], run = 'plugin custom-shell -- auto --interactive --block', desc = "custom-shell as default, interactive, block" }, + {on = "h", run = 'shell --block "helix ."'} ] [input] prepend_keymap = [