Переглянути джерело

Bump font in alacritty and make pasting work

Colin Powell 6 роки тому
батько
коміт
396aef2140
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      alacritty/.config/alacritty/alacritty.yml

+ 4 - 4
alacritty/.config/alacritty/alacritty.yml

@@ -98,7 +98,7 @@ font:
     #style: Italic
 
   # Point size
-  size: 08.0
+  size: 12.0
 
   # Offset is the extra space around each character. `offset.y` can be thought of
   # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@@ -374,8 +374,8 @@ live_config_reload: true
 #   - ~AppKeypad
 #   - AppKeypad
 key_bindings:
-  - { key: V,        mods: Command, action: Paste                        }
-  - { key: C,        mods: Command, action: Copy                         }
+  - { key: V,        mods: Shift|Control, action: Paste                        }
+  - { key: C,        mods: Shift|Control, action: Copy                         }
   - { key: Paste,                   action: Paste                        }
   - { key: Copy,                    action: Copy                         }
   - { key: H,        mods: Command, action: Hide                         }
@@ -482,7 +482,7 @@ key_bindings:
   - { key: F11,      mods: Command, chars: "\x1b[23;3~"                  }
   - { key: F12,      mods: Command, chars: "\x1b[24;3~"                  }
   - { key: NumpadEnter,             chars: "\n"                          }
-  - { key: N,        mods: Command, command: { program: "open", args: ["-nb", "io.alacritty"] } }
+  - { key: N,        mods: Command,  action: SpawnNewInstance      }
   - { key: Key0,     mods: Command, action: ResetFontSize }
   - { key: Equals,   mods: Command, action: IncreaseFontSize }
   - { key: Minus,    mods: Command, action: DecreaseFontSize }