From 2e778a2a8e27cdfe0692eef2aafa9c2d7fa40d72 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Fri, 14 Oct 2016 03:44:47 +0330 Subject: [PATCH 1/2] update keybindings.md due to PR #409 --- runtime/help/keybindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index a34ed57b..888debe2 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -82,7 +82,7 @@ you can rebind them to your liking. "F4": "Quit", "F7": "Find", "F10": "Quit", - "Esc": "Quit", + "Esc": "Escape", } ``` From ae72608c5dc1079c1d0f233942a7ddb985c12875 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Fri, 14 Oct 2016 04:00:05 +0330 Subject: [PATCH 2/2] Bugfix: keybindings.md: fix bad json syntax, due to #407 --- runtime/help/keybindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 888debe2..0c86ccbd 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -17,8 +17,8 @@ you can rebind them to your liking. "AltRight": "WordRight", "AltShiftRight": "SelectWordRight", "AltShiftLeft": "SelectWordLeft", - "AltUp" "MoveLinesUp", - "AltDown" "MoveLinesDown", + "AltUp": "MoveLinesUp", + "AltDown": "MoveLinesDown", "CtrlLeft": "StartOfLine", "CtrlRight": "EndOfLine", "CtrlShiftLeft": "SelectToStartOfLine",