From d0c862c6ef8f595649eb32fa973ddfe02e8aff56 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Mon, 25 Jan 2021 13:53:04 +0100 Subject: [PATCH] Alacritty: Changed shortcuts --- .config/alacritty/custom.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/alacritty/custom.yml b/.config/alacritty/custom.yml index 03cc10f..d5e0eea 100644 --- a/.config/alacritty/custom.yml +++ b/.config/alacritty/custom.yml @@ -81,7 +81,6 @@ key_bindings: - { key: Minus, mods: Command, action: DecreaseFontSize } # Decrease font size # tmux - - { key: J, mods: Command, chars: "\x01\x29" } # Move to next session - { key: K, mods: Command, chars: "\x01\x28" } # Move to previous session @@ -101,10 +100,9 @@ key_bindings: - { key: S, mods: Command|Shift, chars: "\x02\x2d" } # Split pane horizontally in nested session - { key: Z, mods: Command|Shift, chars: "\x02\x7a" } # Maximize pane in nested session - ## General key bindings - { key: Comma, mods: Command, command: - {program: "sh", args: ["-c","open ~/.config/alacritty/alacritty.yml"]} } + {program: "sh", args: ["-c","open ~/.config/alacritty/"]} } # Open alacritty config directory - { key: Back, mods: Command, chars: "\x15" } # delete word/line - { key: Left, mods: Alt, chars: "\x1bb" } # One word left - { key: Right, mods: Alt, chars: "\x1bf" } # One word right