summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt16
1 files changed, 16 insertions, 0 deletions
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"