From cc244c89d900bd79997c5889310ca99962e9dfd5 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 9 Nov 2021 12:41:47 +0800 Subject: Add preliminary key bindings. * requirements.txt: Add some key-bindings that I know Kui Yo would like to have. --- requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/requirements.txt b/requirements.txt index c79de3d..e018d6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,3 +35,19 @@ REQUIREMENTS Now let's start the journey. Test + +- def: "copy line below" <= copying the current line and pasting it + below the current line + +- def: "yank" <= The terminology for "paste" in Emacs + +- def: "undo-only" <= Only undo changes made by the user, not changes + introduced by previous undo'es + +- key: "C-x" => "kill-region" + +- key: "C-c" => "kill-ring-save" + +- key: "C-v" => "yank" + +- key: "C-z" => "undo-only" -- cgit v1.2.3-18-g5258