about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-04-07 18:45:51 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-04-07 18:45:51 +0200
commit57f238529875c7922c680286281dbfd5f7681858 (patch)
tree5457a8e2b990d3a2472381368c44aaccacbdf7bb /dotfiles
parentOverlays: Base: Dont use comma fork (diff)
downloadnixos-config-57f238529875c7922c680286281dbfd5f7681858.tar.gz
nixos-config-57f238529875c7922c680286281dbfd5f7681858.tar.bz2
nixos-config-57f238529875c7922c680286281dbfd5f7681858.zip
Dotfiles: Alacritty: Set copy paste keybinds
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/alacritty.toml66
1 files changed, 3 insertions, 63 deletions
diff --git a/dotfiles/alacritty.toml b/dotfiles/alacritty.toml
index f76359a..c45a896 100644
--- a/dotfiles/alacritty.toml
+++ b/dotfiles/alacritty.toml
@@ -47,27 +47,17 @@ family = "Inconsolata LGC Nerd Font"
 [[keyboard.bindings]]
 action = "Paste"
 key = "V"
-mods = "Command"
+mods = "Alt"
 
 [[keyboard.bindings]]
 action = "Copy"
 key = "C"
-mods = "Command"
+mods = "Alt"
 
 [[keyboard.bindings]]
 action = "Quit"
 key = "Q"
-mods = "Command"
-
-[[keyboard.bindings]]
-action = "SpawnNewInstance"
-key = "N"
-mods = "Command"
-
-[[keyboard.bindings]]
-action = "ToggleFullscreen"
-key = "Return"
-mods = "Command"
+mods = "Alt"
 
 [[keyboard.bindings]]
 chars = "\u001BOH"
@@ -90,21 +80,6 @@ key = "End"
 mode = "~AppCursor"
 
 [[keyboard.bindings]]
-action = "IncreaseFontSize"
-key = "Equals"
-mods = "Command"
-
-[[keyboard.bindings]]
-action = "DecreaseFontSize"
-key = "Minus"
-mods = "Command"
-
-[[keyboard.bindings]]
-action = "ResetFontSize"
-key = "Minus"
-mods = "Command|Shift"
-
-[[keyboard.bindings]]
 chars = "\u001B[5;;5~"
 key = "PageUp"
 mods = "Shift"
@@ -297,41 +272,6 @@ key = "Insert"
 chars = "\u001B[3~"
 key = "Delete"
 
-[[keyboard.bindings]]
-chars = "\u0002&"
-key = "W"
-mods = "Command"
-
-[[keyboard.bindings]]
-chars = "\u0002c"
-key = "T"
-mods = "Command"
-
-[[keyboard.bindings]]
-chars = "\u0002n"
-key = "RBracket"
-mods = "Command|Shift"
-
-[[keyboard.bindings]]
-chars = "\u0002p"
-key = "LBracket"
-mods = "Command|Shift"
-
-[[keyboard.bindings]]
-chars = "\u0002o"
-key = "RBracket"
-mods = "Command"
-
-[[keyboard.bindings]]
-chars = "\u0002;"
-key = "LBracket"
-mods = "Command"
-
-[[keyboard.bindings]]
-chars = "\u0002/"
-key = "F"
-mods = "Command"
-
 [mouse]
 hide_when_typing = true