all repos — dotfiles @ d4b24551d14e6ee1c23588d3e4cc6c26d34afcf8

linux dotfiles

alacrity: add paste keybind
Prithu Goswami pg@prithu.dev
Tue, 04 Oct 2022 21:44:51 +0530
commit

d4b24551d14e6ee1c23588d3e4cc6c26d34afcf8

parent

d892bfcf6741133441a7b07391d6ee5c330acc4a

1 files changed, 8 insertions(+), 6 deletions(-)

jump to
M config/alacritty/alacritty.ymlconfig/alacritty/alacritty.yml

@@ -23,7 +23,7 @@ # check the local terminfo database and use `alacritty` if it is

# available, otherwise `xterm-256color` is used. #TERM: alacritty -window: +# window: # Window dimensions (changes require restart) # # Number of lines/columns (not pixels) in the terminal. The number of columns

@@ -45,9 +45,9 @@ # Window padding (changes require restart)

# # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. - padding: - x: 3 - y: 8 + # padding: + # x: 3 + # y: 8 # Spread additional padding evenly around the terminal content. #dynamic_padding: false

@@ -117,7 +117,8 @@ # Default:

# - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: DejaVu Sans Mono + # family: DejaVu Sans Mono + family: JetBrainsMono Nerd Font # The `style` can be specified to pick a specific face. #style: Regular

@@ -745,7 +746,8 @@ # a no-op if you do not wish to receive input characters for that binding.

# # If the same trigger is assigned to multiple actions, all of them are executed # in the order they were defined in. -#key_bindings: +key_bindings: + - { key: V, mods: Alt, action: Paste } #- { key: Paste, action: Paste } #- { key: Copy, action: Copy } #- { key: L, mods: Control, action: ClearLogNotice }