diff options
author | Marius Peter <blendoit@gmail.com> | 2021-01-01 16:10:09 -0800 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2021-01-01 16:10:09 -0800 |
commit | fa664b8d6b16ff3b8ae2bb3468976b55a7953e1f (patch) | |
tree | f3eb6ccecd19c9ccb82f6683fa702e070d7f1a5d | |
parent | 2553396b71f8a782c789990001b56013ddadbc4c (diff) |
CUA mode.
-rw-r--r-- | smart-documents.org | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/smart-documents.org b/smart-documents.org index 6106d54..541e813 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -329,6 +329,14 @@ ignored by =git= by default. * Keyboard shortcuts +What follows are the most useful keybindings, as well as the +keybindings to the functions we defined ourselves. It doesn't matter +if we haven't defined the functions themselves yet; Emacs will accept +a keybinding for any symbol and does not check if the symbol's +function definition exists, until the keybinding is pressed. + +** CUA mode + The following bindings strive to further enhance CUA mode.[fn::Common User Access. This is a term coined by IBM which has influenced user navigation cues on all modern desktop OSes. From IBM's CUA, we get the @@ -338,11 +346,6 @@ navigation cues on all modern desktop OSes. From IBM's CUA, we get the (cua-mode) #+END_SRC -What follows are the most useful keybindings, as well as the -keybindings to the functions we defined ourselves. It doesn't matter -if we haven't defined the functions themselves yet; Emacs will accept -a keybinding for any symbol and does not check if the symbol's -function definition exists, until the keybinding is pressed. ** Files |