m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Add shift-up and shift-down

For now, they are respectively bound to preview-up and preview-down
by default (TBD).

Not available on tcell build.

Close #1201
This commit is contained in:
Junegunn Choi
2018-02-15 19:56:11 +09:00
parent cce6aef557
commit 417bca03df
5 changed files with 23 additions and 15 deletions

View File

@@ -61,6 +61,8 @@ const (
Home
End
SUp
SDown
SLeft
SRight