Set vscode navigate backwards to be scoped to the editor.

This commit is contained in:
Tom Alexander
2025-08-27 20:33:24 -04:00
parent 5b487330e1
commit 11436c0efe
3 changed files with 19 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
bh = log --oneline --branches=* --remotes=* --graph --decorate
amend = commit --amend --no-edit
authorcount = shortlog --summary --numbered --all --no-merges
[core]
excludesfile = ~/.gitignore_global
[commit]