From e4386d9398e4ddec531d7e2c0155eecd0ab45220 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Wed, 12 Oct 2016 01:04:28 +0330 Subject: [PATCH] add help for MoveLinesUp and MoveLinesDown --- runtime/help/keybindings.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 63bfc525..a34ed57b 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -17,6 +17,8 @@ you can rebind them to your liking. "AltRight": "WordRight", "AltShiftRight": "SelectWordRight", "AltShiftLeft": "SelectWordLeft", + "AltUp" "MoveLinesUp", + "AltDown" "MoveLinesDown", "CtrlLeft": "StartOfLine", "CtrlRight": "EndOfLine", "CtrlShiftLeft": "SelectToStartOfLine", @@ -140,6 +142,8 @@ WordRight WordLeft SelectWordRight SelectWordLeft +MoveLinesUp +MoveLinesDown DeleteWordRight DeleteWordLeft SelectToStartOfLine