From 57f238529875c7922c680286281dbfd5f7681858 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 7 Apr 2024 18:45:51 +0200 Subject: Dotfiles: Alacritty: Set copy paste keybinds --- dotfiles/alacritty.toml | 66 +++---------------------------------------------- 1 file changed, 3 insertions(+), 63 deletions(-) (limited to 'dotfiles') 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" @@ -89,21 +79,6 @@ chars = "\u001B[F" 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" @@ -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 -- cgit 1.4.1