From a7aa08ce07e2c21ac9ed8621e46cbe989228f3cd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 7 Jun 2020 23:07:03 +0900 Subject: Add backward-eof event for --bind --- src/options.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.go') diff --git a/src/options.go b/src/options.go index 32c50af5..2979da6b 100644 --- a/src/options.go +++ b/src/options.go @@ -464,6 +464,8 @@ func parseKeyChords(str string, message string) map[int]string { chord = tui.CtrlRightBracket case "change": chord = tui.Change + case "backward-eof": + chord = tui.BackwardEOF case "alt-enter", "alt-return": chord = tui.CtrlAltM case "alt-space": -- cgit v1.2.3