mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 18:02:13 +02:00
22 lines
385 B
TOML
22 lines
385 B
TOML
theme = "gruvbox"
|
|
|
|
[editor]
|
|
mouse = false
|
|
middle-click-paste = false
|
|
shell = ["/bin/fish", "-c"]
|
|
cursorline = false
|
|
cursorcolumn = false
|
|
line-number = "relative"
|
|
auto-completion = true
|
|
auto-format = true
|
|
true-color = true
|
|
color-modes = true
|
|
|
|
[editor.cursor-shape]
|
|
normal = "block"
|
|
insert = "bar"
|
|
select = "block"
|
|
|
|
[keys.normal]
|
|
esc = [ "collapse_selection", "keep_primary_selection" ]
|