ghostty / nvim: font + keybinding tweaks
This commit is contained in:
parent
873dcca9bc
commit
65761d7b3f
3 changed files with 20 additions and 16 deletions
home/common
|
@ -30,12 +30,11 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
font-size = 14;
|
||||
font-family = "BerkeleyMono Nerd Font";
|
||||
font-feature = [
|
||||
# "ss02", -- Clean zero
|
||||
"ss03" # Slashed zero
|
||||
# "ss04", -- Cut zero
|
||||
];
|
||||
font-family = "Berkeley Mono Variable";
|
||||
font-codepoint-map = [ "U+2191-U+2195,U+2500-U+259F=BerkeleyMono Nerd Font" ];
|
||||
font-family-bold-italic = "Monaspace Xenon";
|
||||
font-style-bold-italic = "ExtraLight Italic";
|
||||
font-variation-italic = [ "wght=100" ];
|
||||
|
||||
mouse-hide-while-typing = true;
|
||||
cursor-style = "block";
|
||||
|
@ -53,7 +52,7 @@ in
|
|||
window-theme = "system";
|
||||
|
||||
keybind = [
|
||||
"alt+shift+c=copy_from_clipboard"
|
||||
"alt+shift+c=copy_to_clipboard"
|
||||
"alt+shift+v=paste_from_clipboard"
|
||||
"ctrl+tab=goto_split:previous"
|
||||
"alt+enter=toggle_fullscreen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue