ghostty: disable codepoint replacement and let ghostty do line drawing
This commit is contained in:
parent
5f530bbbb2
commit
4645486af3
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,6 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
font-size = 14;
|
font-size = 14;
|
||||||
font-family = "Berkeley Mono Variable";
|
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-family-bold-italic = "Monaspace Xenon";
|
||||||
font-style-bold-italic = "ExtraLight Italic";
|
font-style-bold-italic = "ExtraLight Italic";
|
||||||
font-variation-italic = [ "wght=100" ];
|
font-variation-italic = [ "wght=100" ];
|
||||||
|
@ -55,6 +54,8 @@ in
|
||||||
"alt+shift+c=copy_to_clipboard"
|
"alt+shift+c=copy_to_clipboard"
|
||||||
"alt+shift+v=paste_from_clipboard"
|
"alt+shift+v=paste_from_clipboard"
|
||||||
"ctrl+tab=goto_split:previous"
|
"ctrl+tab=goto_split:previous"
|
||||||
|
"super+enter=toggle_fullscreen"
|
||||||
|
"ctrl+enter=unbind"
|
||||||
"alt+one=unbind"
|
"alt+one=unbind"
|
||||||
"alt+two=unbind"
|
"alt+two=unbind"
|
||||||
"alt+three=unbind"
|
"alt+three=unbind"
|
||||||
|
|
Loading…
Reference in a new issue