From f4e271fb1b487e7ba199c4ee234f089e5a0a54df Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Tue, 12 Aug 2025 15:06:29 +0530 Subject: [PATCH] fix(ghostty): Resolve kaymap conflict when pasting from system clip --- common/.config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.config/ghostty/config b/common/.config/ghostty/config index 5dbe37c..0121343 100644 --- a/common/.config/ghostty/config +++ b/common/.config/ghostty/config @@ -74,7 +74,7 @@ gtk-custom-css = theme.css # Splits keybind = ctrl+shift+enter=new_split:down keybind = ctrl+shift+s=new_split:down -keybind = ctrl+shift+v=new_split:right +keybind = ctrl+shift+b=new_split:right keybind = ctrl+shift+h=goto_split:left keybind = ctrl+shift+j=goto_split:bottom keybind = ctrl+shift+k=goto_split:top