🐛 Add in the missing popup term key binding
This commit is contained in:
parent
6c1420bb9a
commit
63c296078a
1 changed files with 3 additions and 0 deletions
|
@ -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" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue