Minor home-manager updates
This commit is contained in:
@@ -22,14 +22,11 @@
|
||||
bold_font = "Agave Nerd Font Bold";
|
||||
# italic_font = "Operator Mono Lig";
|
||||
bold_italic_font = "Hurmit Nerd Font Bold";
|
||||
emoji_font_family = "UnifontExMono Regular";
|
||||
symbol_map = "U+1F300-U+1FAFF UnifontExMono Regular";
|
||||
|
||||
cursor_shape = "block";
|
||||
cursor_blink_interval = 0;
|
||||
|
||||
underline_position = "+3";
|
||||
underline_thickness = "150%";
|
||||
|
||||
window_margin_width = 8;
|
||||
|
||||
foreground = "#CDD6F4";
|
||||
@@ -81,8 +78,6 @@
|
||||
};
|
||||
|
||||
keybindings = {
|
||||
"ctrl+click" = "open_link";
|
||||
"ctrl+shift+click" = "open_link";
|
||||
"ctrl+backspace" = "send_text all \\x17";
|
||||
"ctrl+delete" = "send_text all \\x1b[1;53";
|
||||
"ctrl+]" = "send_text all \\x10";
|
||||
|
||||
Reference in New Issue
Block a user