some convinience

This commit is contained in:
Andre Schaf 2026-06-17 20:28:22 +02:00
parent 6d9164f6d2
commit a9f4b95858

View file

@ -4,8 +4,22 @@ theme = "molokai"
line-number = "relative"
clipboard-provider = "win32-yank"
true-color = true
cursorline = true
trim-trailing-whitespace = true
auto-pairs = false
continue-comments = false
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.whitespace.render]
space = "all"
tab = "all"
[editor.statusline]
center = ["version-control"]
[keys.normal.g]
b = ":! git blame -L %{cursor_line},%{cursor_line} %{buffer_name}"