Skip to content

Commit

Permalink
conventions: generalize confirm and abort bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 4, 2016
1 parent 704f63e commit 4a27a81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/CONVENTIONS.org
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [[n and N][n and N]]
- [[Code Navigation][Code Navigation]]
- [[=insert state= buffers][=insert state= buffers]]
- [[Messages editing][Messages editing]]
- [[Confirm and Abort][Confirm and Abort]]
- [[Evaluation][Evaluation]]
- [[REPLs][REPLs]]
- [[Send code][Send code]]
Expand Down Expand Up @@ -132,10 +132,9 @@ should be performed with ~C-j~ and ~C-k~ bindings for vertical movements.
| ~C-j~ | go down |
| ~C-k~ | go up |

** Messages editing
Modes that are used to edit messages (texts, notes, mails, …) and are subjects
to user validation (traditionally bound to ~C-c C-c~ and ~C-c C-k~ in emacs)
should use the following bindings:
** Confirm and Abort
Confirming and aborting actions which are bound to ~C-c C-c~ and ~C-c C-k~
in raw Emacs are mirrored in Spacemacs to:

| Key | Description |
|-------------------------+---------------------------|
Expand Down

0 comments on commit 4a27a81

Please sign in to comment.