From 3fc06c8f24f2af86bc8bf2636b30a3d16c5a17e8 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 16 Mar 2015 23:55:30 -0400 Subject: [PATCH] Minor update of the documenation --- doc/DOCUMENTATION.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index 26cd57c43..e6a869586 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -613,12 +613,9 @@ Additional information may as well be displayed in the minibuffer. # Differences between Vim, Evil and Spacemacs -No doubt that `Evil` is one of the most advanced `Vim` emulation and you should -not see big difference between `Vim` and `Emacs`. I did not find any command I -used in Vim that I missed in Emacs with `Evil`. - -The `,` key does "repeat last `f`, `t`, `F`, or `T` command in opposite direction" -in `Vim`, but not in `Spacemacs`. +- The `,` key does "repeat last `f`, `t`, `F`, or `T` command in opposite +direction in `Vim`, but in `Spacemacs` it the major mode specific leader +key by default (which can be set on another key binding in the dotfile). Send a PR to add the differences you found in this section.