diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-03-03 13:55:26 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-03-03 13:55:26 +0100 |
| commit | 98b2babfe8defd60728abe7fc5611b55f2014158 (patch) | |
| tree | 48d48d087fa536c4925d3d3a8b4f3c48a5676fff | |
| parent | 019b1dc9b00a31c64717285d2979c6aab36c8e35 (diff) | |
update
| -rw-r--r-- | .config/kitty/kitty.conf | 4 | ||||
| -rw-r--r-- | .gitconfig | 9 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index c79faf1..6236cf2 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -166,6 +166,8 @@ font_size 14.0 #: Cursor customization {{{ +shell_integration no-cursor + # cursor #cccccc cursor #ff0000 @@ -177,7 +179,7 @@ cursor #ff0000 #: with the background color of the cell underneath instead, use the #: special keyword: background -# cursor_shape block +cursor_shape block #: The cursor shape can be one of (block, beam, underline). Note that #: when reloading the config this will be changed only if the cursor @@ -16,9 +16,18 @@ rebase = false [push] autoSetupRemote = true + default = simple + followTags = true [hub] protocol = ssh [init] defaultBranch = main [core] excludesfile = ~/.gitignore_global +[diff] + algorithm = histogram + colorMoved = plain + mnemonicPrefix = true + renames = true +[commit] + verbose = true |
