diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-27 21:27:58 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-04-29 15:51:04 +0800 |
commit | 3601cef1377937f01347b20a8c6c303f5f429f51 (patch) | |
tree | 95e040f01a48ea9cdb5fe8b46022aa8274b704f9 /runtime | |
parent | 4adf2123dd94a3d5303fe200c7e909067e1cda34 (diff) | |
download | rneovim-3601cef1377937f01347b20a8c6c303f5f429f51.tar.gz rneovim-3601cef1377937f01347b20a8c6c303f5f429f51.tar.bz2 rneovim-3601cef1377937f01347b20a8c6c303f5f429f51.zip |
feat(mappings): do not replace existing mapping for simplified form
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. <C-I>) doesn't replace an + existing mapping for its simplified form (e.g. <Tab>). + Motion: The |jumplist| avoids useless/phantom jumps. |