From e2521a2df385c6132a1f9137e688d8b6c6e5af38 Mon Sep 17 00:00:00 2001 From: Jacob Bohanon Date: Sat, 6 Jun 2026 10:55:27 -0400 Subject: [PATCH 1/2] changes from personal machine --- .gitconfig | 3 ++- alacritty/alacritty.toml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index d6199c7..221b742 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,8 @@ signingkey = /home/jacob/.ssh/id_ed25519.pub [url "ssh://git@github.com/"] insteadOf = https://github.com/ -[url "ssh://git@git.nonahob.net:30009/"] +; [url "ssh://git@git.nonahob.net:2096/"] +[url "ssh://git@192.168.10.50:30009/"] insteadOf = https://git.nonahob.net/ [tag] sort = version:refname diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index b6d90d0..b3491a3 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -19,3 +19,8 @@ lines = 115 [window.position] x = 1550 y = 0 + +[keyboard] +bindings = [ + { key = "Return", mods = "Shift", chars = "\n" } +] From b44925b2df3bb1fa0b8f84f4ab5026c7d55883d3 Mon Sep 17 00:00:00 2001 From: Jacob Bohanon Date: Sat, 6 Jun 2026 11:05:58 -0400 Subject: [PATCH 2/2] shift+enter in ghostty --- ghostty/config.ghostty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghostty/config.ghostty b/ghostty/config.ghostty index c59095b..c00e03e 100644 --- a/ghostty/config.ghostty +++ b/ghostty/config.ghostty @@ -1 +1,3 @@ font-family = "FiraCode Nerd Font Mono" + +keybind = shift+return=text:\n