feat(bindings): add some bindings that might work but probably won't

This commit is contained in:
Dan Kaplun 2016-11-23 21:22:28 -08:00
parent d8d64c6a91
commit 5559d1a5ea

View File

@ -50,7 +50,11 @@ cancel = "escape"
[form.baseFind.bindings]
next[] = "enter"
next[] = "down"
prev = "up"
prev[] = "up"
; These don't work in most terminal emulators
prev[] = "S-enter"
prev[] = "M-enter"
prev[] = "C-enter"
[dialog.bindings]
hide = "escape"