fix(git): allow mouse in pager

This commit is contained in:
uku 2025-07-02 09:35:03 +02:00
parent e4d9c6457b
commit b5a6eb41b6
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -18,9 +18,13 @@
verbose = true; verbose = true;
}; };
core = {
autocrlf = "input";
pager = "less --mouse";
};
gpg.format = "ssh"; gpg.format = "ssh";
tag.gpgSign = true; tag.gpgSign = true;
core.autocrlf = "input";
diff.submodule = "log"; diff.submodule = "log";
init.defaultBranch = "main"; init.defaultBranch = "main";
merge.conflictStyle = "zdiff3"; merge.conflictStyle = "zdiff3";