From eb7c55e9dc97524cca7c5b6a268cd66af147b12e Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 23 Aug 2025 10:34:55 +0200 Subject: feat: improve shell experience with vi-mode --- git/.gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index 017cd90..7e5bd8d 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -59,9 +59,11 @@ user = simenandre [pull] rebase = true + rebase = true + +[url "ssh://git@github.com/"] + insteadOf = https://github.com/ -[url "git@github.com:"] - insteadOf = https://github.com/ [gpg "ssh"] program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign [commit] -- cgit v1.2.3