From 4645486af3ee89b01c30eb6c0900c09a5e348624 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 15 Aug 2024 11:32:39 +0200 Subject: [PATCH] ghostty: disable codepoint replacement and let ghostty do line drawing --- home/common/ghostty.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index d910c46..9ef913d 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -31,7 +31,6 @@ in settings = { font-size = 14; font-family = "Berkeley Mono Variable"; - font-codepoint-map = [ "U+2191-U+2195,U+2500-U+259F=Berkeley Mono Variable" ]; font-family-bold-italic = "Monaspace Xenon"; font-style-bold-italic = "ExtraLight Italic"; font-variation-italic = [ "wght=100" ]; @@ -55,6 +54,8 @@ in "alt+shift+c=copy_to_clipboard" "alt+shift+v=paste_from_clipboard" "ctrl+tab=goto_split:previous" + "super+enter=toggle_fullscreen" + "ctrl+enter=unbind" "alt+one=unbind" "alt+two=unbind" "alt+three=unbind"