fix(git): allow mouse in pager
This commit is contained in:
parent
e4d9c6457b
commit
b5a6eb41b6
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue