From 3601cef1377937f01347b20a8c6c303f5f429f51 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 27 Apr 2022 21:27:58 +0800 Subject: feat(mappings): do not replace existing mapping for simplified form --- runtime/doc/vim_diff.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 540043f52d..bada506c63 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -365,6 +365,10 @@ Macro/|recording| behavior macros and 'keymap' at the same time. This also means you can use |:imap| on the results of keys from 'keymap'. +Mappings: + Creating a mapping for a simplifiable key (e.g. ) doesn't replace an + existing mapping for its simplified form (e.g. ). + Motion: The |jumplist| avoids useless/phantom jumps. -- cgit