alacritty: changed a keyboard setting

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

View File

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