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