aboutsummaryrefslogtreecommitdiffstats
path: root/alacritty.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-22 09:04:49 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-22 09:04:49 +0100
commit37f02f7c43e77c6e8c6a15272a5064b69c67dff7 (patch)
treeaf51477fc527481c273d26f8b1e0b1706f675aee /alacritty.toml
parent1b7858265726df8ef91e89e8779ce18c1906bc71 (diff)
terminal tinkering
Diffstat (limited to '')
-rw-r--r--alacritty.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.toml b/alacritty.toml
index 2486e0e..6a2803f 100644
--- a/alacritty.toml
+++ b/alacritty.toml
@@ -2,7 +2,8 @@ import = [
# "~/.config/alacritty/themes/themes/base16_default_dark.toml"
# "~/.config/alacritty/themes/themes/ayu_dark.toml",
"~/.config/alacritty/keybindings.toml",
- "~/.config/alacritty/themes/themes/falcon.toml"
+ # "~/.config/alacritty/themes/themes/falcon.toml"
+ "~/.config/alacritty/themes/themes/gruvbox_dark.toml"
#"~/.config/alacritty/themes/themes/gruvbox_material_hard_dark.toml"
]
@@ -12,7 +13,7 @@ decorations_theme_variant = "Dark"
[keyboard]
bindings = [
-{ key = "v", mods = "Control", action = "PasteSelection" },
+{ key = "v", mods = "Shift|Control", action = "PasteSelection" },
]
[font]