diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-05-24 11:33:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 11:33:49 -0500 |
commit | 2c6b6358722b2df9160c3739b0cea07e8779513f (patch) | |
tree | 017a917df879890f441e7fabc00db1fc94339ae9 /runtime/doc/change.txt | |
parent | 206f8f24a2470f961cfe7e7c177443c0f199231c (diff) | |
download | rneovim-2c6b6358722b2df9160c3739b0cea07e8779513f.tar.gz rneovim-2c6b6358722b2df9160c3739b0cea07e8779513f.tar.bz2 rneovim-2c6b6358722b2df9160c3739b0cea07e8779513f.zip |
feat(defaults): add LSP default mappings (again) (#28650)
Diffstat (limited to 'runtime/doc/change.txt')
-rw-r--r-- | runtime/doc/change.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 09db651614..9ff16165d7 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -281,6 +281,13 @@ gr{char} Replace the virtual characters under the cursor with that have a special meaning in Insert mode, such as most CTRL-keys, cannot be used. + *gr-default* + Nvim creates default mappings with "gr" as a prefix, + which may inhibit the behavior of |gr|. Use the + following to restore the builtin behavior: > + nnoremap <nowait> gr gr +< + *digraph-arg* The argument for Normal mode commands like |r| and |t| is a single character. When 'cpo' doesn't contain the 'D' flag, this character can also be entered |