diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-09 12:41:47 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-09 12:41:47 +0800 |
commit | cc244c89d900bd79997c5889310ca99962e9dfd5 (patch) | |
tree | 876abeb32b46fcef9800b7cd8e89249691ad90d3 | |
parent | 8cd0f414926e93d9c4f274cc7e31fce2b3fe18a3 (diff) |
* requirements.txt: Add some key-bindings that I know Kui Yo would
like to have.
-rw-r--r-- | requirements.txt | 16 |
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" |