diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2019-06-14 13:29:15 +0700 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2019-06-14 13:29:15 +0700 |
| commit | 5408bfd42551a162a00cadb068271c68d4e0f158 (patch) | |
| tree | 7c0b8c85cef6e881558f09a3cf03a4ea6fd27cff /basics/.config/alacritty/alacritty.yml | |
| parent | fa9c1d6863a3f54c1f1a489a2a6dcda22dcc20ea (diff) | |
| download | dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.tar.gz dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.tar.bz2 dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.tar.lz dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.tar.xz dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.tar.zst dotfiles-5408bfd42551a162a00cadb068271c68d4e0f158.zip | |
updated configs and submodules
Diffstat (limited to 'basics/.config/alacritty/alacritty.yml')
| -rw-r--r-- | basics/.config/alacritty/alacritty.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/basics/.config/alacritty/alacritty.yml b/basics/.config/alacritty/alacritty.yml index 27b57ca..6555b09 100644 --- a/basics/.config/alacritty/alacritty.yml +++ b/basics/.config/alacritty/alacritty.yml @@ -416,12 +416,12 @@ alt_send_esc: true # - AppKeypad key_bindings: # (Windows/Linux only) - #- { key: V, mods: Control|Shift, action: Paste } - #- { key: C, mods: Control|Shift, action: Copy } - #- { key: Insert, mods: Shift, action: PasteSelection } - #- { key: Key0, mods: Control, action: ResetFontSize } - #- { key: Equals, mods: Control, action: IncreaseFontSize } - #- { key: Subtract, mods: Control, action: DecreaseFontSize } + - { key: V, mods: Control|Shift, action: Paste } + - { key: C, mods: Control|Shift, action: Copy } + - { key: Insert, mods: Shift, action: PasteSelection } + - { key: Key0, mods: Control, action: ResetFontSize } + - { key: Equals, mods: Control, action: IncreaseFontSize } + - { key: Subtract, mods: Control, action: DecreaseFontSize } # (macOS only) #- { key: Key0, mods: Command, action: ResetFontSize } |
