From 4a27a812b138a0d5c1a1882012950c7ee73f6348 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 4 Jan 2016 00:34:14 -0500 Subject: [PATCH] conventions: generalize confirm and abort bindings --- doc/CONVENTIONS.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/CONVENTIONS.org b/doc/CONVENTIONS.org index 6bb653f93..c221e7cf9 100644 --- a/doc/CONVENTIONS.org +++ b/doc/CONVENTIONS.org @@ -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]] @@ -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 | |-------------------------+---------------------------|