conventions: generalize confirm and abort bindings

This commit is contained in:
syl20bnr 2016-01-04 00:34:14 -05:00
parent 704f63efca
commit 4a27a812b1
1 changed files with 4 additions and 5 deletions

View File

@ -15,7 +15,7 @@
- [[n and N][n and N]] - [[n and N][n and N]]
- [[Code Navigation][Code Navigation]] - [[Code Navigation][Code Navigation]]
- [[=insert state= buffers][=insert state= buffers]] - [[=insert state= buffers][=insert state= buffers]]
- [[Messages editing][Messages editing]] - [[Confirm and Abort][Confirm and Abort]]
- [[Evaluation][Evaluation]] - [[Evaluation][Evaluation]]
- [[REPLs][REPLs]] - [[REPLs][REPLs]]
- [[Send code][Send code]] - [[Send code][Send code]]
@ -132,10 +132,9 @@ should be performed with ~C-j~ and ~C-k~ bindings for vertical movements.
| ~C-j~ | go down | | ~C-j~ | go down |
| ~C-k~ | go up | | ~C-k~ | go up |
** Messages editing ** Confirm and Abort
Modes that are used to edit messages (texts, notes, mails, …) and are subjects Confirming and aborting actions which are bound to ~C-c C-c~ and ~C-c C-k~
to user validation (traditionally bound to ~C-c C-c~ and ~C-c C-k~ in emacs) in raw Emacs are mirrored in Spacemacs to:
should use the following bindings:
| Key | Description | | Key | Description |
|-------------------------+---------------------------| |-------------------------+---------------------------|