Browse Source

Add font size inc/dec shortcuts #alacritty

Colin Powell 6 năm trước cách đây
mục cha
commit
33bdf7d3a5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      alactritty/.config/alacritty/alacritty.yml

+ 3 - 0
alactritty/.config/alacritty/alacritty.yml

@@ -483,3 +483,6 @@ key_bindings:
   - { key: F12,      mods: Command, chars: "\x1b[24;3~"                  }
   - { key: NumpadEnter,             chars: "\n"                          }
   - { key: N,        mods: Command, command: { program: "open", args: ["-nb", "io.alacritty"] } }
+  - { key: Key0,     mods: Command, action: ResetFontSize }
+  - { key: Equals,   mods: Command, action: IncreaseFontSize }
+  - { key: Minus,    mods: Command, action: DecreaseFontSize }