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;
|
||||
};
|
||||
|
||||
core = {
|
||||
autocrlf = "input";
|
||||
pager = "less --mouse";
|
||||
};
|
||||
|
||||
gpg.format = "ssh";
|
||||
tag.gpgSign = true;
|
||||
core.autocrlf = "input";
|
||||
diff.submodule = "log";
|
||||
init.defaultBranch = "main";
|
||||
merge.conflictStyle = "zdiff3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue