1
0

add changes made in work workstation

This commit is contained in:
2026-03-15 18:19:17 +01:00
parent f100cffb79
commit 07258cd68a
16 changed files with 401 additions and 50 deletions

View File

@@ -19,3 +19,9 @@ style = "Regular"
[general]
import = ["~/.config/alacritty/colors/rose-pine.toml"]
# Key bindings
[keyboard]
bindings = [
{ key = "V", mods = "Control|Shift", action = "Paste" },
]