From 63c296078ab593783b874b08e1f91fb90f8f02b8 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:26:38 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20in=20the=20missing=20popup?= =?UTF-8?q?=20term=20key=20binding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alacritty/.alacritty.toml.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alacritty/.alacritty.toml.symlink b/alacritty/.alacritty.toml.symlink index c91ec40..a384443 100644 --- a/alacritty/.alacritty.toml.symlink +++ b/alacritty/.alacritty.toml.symlink @@ -51,6 +51,9 @@ import = [ { key = 'h', mods = 'Command|Control', chars = "\u0001\u001B\u005B\u0043" }, { key = 'l', mods = 'Command|Control', chars = "\u0001\u001B\u005B\u0044" }, + # Popup term. + { key = 'i', mods = 'Command', chars = "\u0001\u0069" }, + # Install plugins. { key = 'i', mods = 'Command|Shift', chars = "\u0001\u0049" },