diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-11-13 19:05:18 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-11-13 19:05:18 +0100 |
| commit | 85d2b504164eac4d07a449df7c3f112c89f31473 (patch) | |
| tree | 10463f2ed734fa979347f5377f54b0e8061210d7 /config/alacritty | |
| parent | a06614e72ffc6b8c8fe6741f4546756ee660d4d6 (diff) | |
| download | dotfiles-85d2b504164eac4d07a449df7c3f112c89f31473.tar.gz dotfiles-85d2b504164eac4d07a449df7c3f112c89f31473.tar.bz2 dotfiles-85d2b504164eac4d07a449df7c3f112c89f31473.zip | |
Updated alacritty for macos
Diffstat (limited to 'config/alacritty')
| -rw-r--r-- | config/alacritty/alacritty.yml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/config/alacritty/alacritty.yml b/config/alacritty/alacritty.yml index 419ec21..377a898 100644 --- a/config/alacritty/alacritty.yml +++ b/config/alacritty/alacritty.yml @@ -4,14 +4,28 @@ # font font: - size: 9 + size: 12 normal: family: Fira Code + style: Regular + italic: + family: Fira Code + style: Italic + bold: + family: Fira Code + style: Bold offset: x: 0 y: 0 +key_bindings: + - { key: J, mods: Command, chars: "\e[B" } + - { key: K, mods: Command, chars: "\e[A" } + - { key: J, mods: Command|Shift, action: ScrollHalfPageDown } + - { key: K, mods: Command|Shift, action: ScrollHalfPageUp } + - { key: Return, mods: Command, action: ToggleSimpleFullScreen } + # gruvbox_dark: https://github.com/eendroroy/alacritty-theme/blob/master/schemes.yaml colors: primary: |
