tweaks gitconfig,nvim,yazi

This commit is contained in:
Henrik Bakken
2025-09-07 22:08:08 +02:00
parent ee762fad63
commit 965e5a16f9
3 changed files with 8 additions and 0 deletions
+2
View File
@@ -83,3 +83,5 @@
whitespace = red reverse
[safe]
directory = /tmp
[credential]
helper = store
+1
View File
@@ -1464,6 +1464,7 @@ local function makespec_conform()
markdown = { "prettierd", "prettier", stop_after_first = true },
python = { "ruff_format", "ruff_fix", "ruff_organize_imports" },
sh = { "shfmt" },
toml = { "pyproject-fmt" },
bash = { "shfmt" },
typescript = { "eslint_d" },
typst = { "typstyle" },
+5
View File
@@ -1,3 +1,8 @@
[[mgr.prepend_keymap]]
on = "q"
run = "close"
desc = "Close tab"
[[mgr.prepend_keymap]]
on = "l"
run = "plugin smart-enter"