🐛 Add in the missing popup term key binding

This commit is contained in:
punkfairie 2024-02-06 20:26:38 -08:00
parent 6c1420bb9a
commit 63c296078a
No known key found for this signature in database
GPG key ID: 0858B0F48128A755

View file

@ -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" },