alacritty: changed a keyboard setting

This commit is contained in:
Marcin Woźniak 2025-03-05 10:44:36 +01:00
parent 095b489048
commit 0c8cd8f76a
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -5,25 +5,15 @@ TERM = "xterm-256color"
[general]
import = ["~/.config/alacritty/dracula.toml"]
[[keyboard.bindings]]
action = "SpawnNewInstance"
key = "Return"
mods = "Control|Shift"
[[keyboard.bindings]]
action = "SearchForward"
key = "F"
mods = "Control"
[[keyboard.bindings]]
action = "Paste"
key = "V"
mods = "Control|Shift"
[[keyboard.bindings]]
chars = "\u0000"
key = "Space"
mods = "Control"
[keyboard]
bindings = [
{ key = "F", mods = "Control", action = "SearchForward" },
{ key = "Left", mods = "Alt", chars = "\u001BB" },
{ key = "Return", mods = "Control|Shift", action = "SpawnNewInstance" },
{ key = "Right", mods = "Alt", chars = "\u001BF" },
{ key = "Space", mods = "Control", chars = "\u0000" },
{ key = "V", mods = "Control|Shift", action = "Paste" },
]
[font]
size = 22
@ -61,8 +51,6 @@ y = 0
[selection]
save_to_clipboard = true
[keyboard]
# Unused
[colors.bright]
black = "0x7f7f7f"