mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[editor]
|
||||
mouse = false
|
||||
middle-click-paste = false
|
||||
shell = [ "fish" "-c" ]
|
||||
line-number = "relative"
|
||||
cursorline = false
|
||||
cursorcolumn = false
|
||||
completion-replace = true
|
||||
true-color = true
|
||||
undercurl = true
|
||||
bufferline = "always"
|
||||
color-modes = true
|
||||
popup-border = "popup"
|
||||
|
||||
[editor.auto-pairs]
|
||||
"(" = ")"
|
||||
"{" = "}"
|
||||
"[" = "]"
|
||||
" = "
|
||||
"`" = "`"
|
||||
"<" = ">"
|
||||
|
||||
[keys.normal]
|
||||
C-g = [ ":new", ":insert-output lazygit", ":buffer-close!", ":redraw" ]
|
||||
Reference in New Issue
Block a user