configuration form the arch linux stored
This commit is contained in:
29
alacritty/alacritty.toml
Normal file
29
alacritty/alacritty.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[terminal.shell]
|
||||
args = ["--login"]
|
||||
program = "/bin/zsh"
|
||||
|
||||
[window]
|
||||
opacity = 1
|
||||
|
||||
[font]
|
||||
normal = { family = "JetBrains Mono", style = "Regular" }
|
||||
size = 13
|
||||
|
||||
[terminal]
|
||||
|
||||
[[keyboard.bindings]]
|
||||
key = "C"
|
||||
mods = "Control|Alt"
|
||||
command = { program = "sh", args = ["-c", "alacritty msg scrollback | xclip -selection clipboard -i"] }
|
||||
|
||||
# Enter vi mode with Ctrl+Space
|
||||
[[keyboard.bindings]]
|
||||
key = "Space"
|
||||
mods = "Control"
|
||||
action = "ToggleViMode"
|
||||
|
||||
# Exit vi mode with Esc
|
||||
[[keyboard.bindings]]
|
||||
key = "Escape"
|
||||
mode = "Vi"
|
||||
action = "ToggleViMode"
|
||||
Reference in New Issue
Block a user