aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2022-05-22 15:48:37 -0400
committerBlista Kanjo2022-05-22 15:48:37 -0400
commitdf5f9da1018f947764d3225af5975a634b405801 (patch)
tree72eb15be886889945ed39ed8fc9c2caf55e45d45
parentd4e37d429b7548aec8f9492ecc25984b936e1f0e (diff)
added alternate keybinds for copy and paste functions
-rw-r--r--alacritty.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 7281394..dd4ffef 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -793,6 +793,8 @@ key_bindings:
# (Windows, Linux, and BSD only)
- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste }
- { key: C, mods: Control|Shift, action: Copy }
+ - { key: V, mods: Alt, mode: ~Vi, action: Paste }
+ - { key: C, mods: Alt, action: Copy }
#- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward }
#- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward }
#- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection }