m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

Add support for ctrl-alt-[a-z] key chords

Close #906
This commit is contained in:
Junegunn Choi
2017-04-28 02:36:36 +09:00
parent d5e72bf55d
commit 6b592137b9
7 changed files with 52 additions and 39 deletions

View File

@@ -75,7 +75,6 @@ const (
F11
F12
AltEnter
AltSpace
AltSlash
AltBS
@@ -90,7 +89,9 @@ const ( // Reset iota
AltD
AltE
AltF
AltZ = AltA + 'z' - 'a'
AltZ = AltA + 'z' - 'a'
CtrlAltA = AltZ + 1
CtrlAltM = CtrlAltA + 'm' - 'a'
)
const (