diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2024-05-06 08:13:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 08:13:50 -0500 |
commit | bb032d952bfc692062fceb764ff2742c5bdd3324 (patch) | |
tree | 8623d93146cddf7fb4c785ecf0eb2aa017c4aa65 /runtime/doc/vim_diff.txt | |
parent | 783c1e596c35e44e9699e5a1881d3c8f5c4fc596 (diff) | |
download | rneovim-bb032d952bfc692062fceb764ff2742c5bdd3324.tar.gz rneovim-bb032d952bfc692062fceb764ff2742c5bdd3324.tar.bz2 rneovim-bb032d952bfc692062fceb764ff2742c5bdd3324.zip |
revert: default LSP mappings (#28649)
Revert the default LSP mappings before the 0.10 release as these might
need some further consideration. In particular, it's not clear if "c"
prefixed maps in Normal mode are acceptable as defaults since they
interfere with text objects or operator ranges.
We will re-introduce default mappings at the beginning of the 0.11
release cycle, this reversion is only for the imminent 0.10 release.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 0e5232bbf9..15134531e1 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -138,12 +138,6 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y". - * |v_star-default| - gc |gc-default| |v_gc-default| |o_gc-default| - gcc |gcc-default| -- |crn| -- |crr| -- <C-R><C-R> |v_CTRL-R_CTRL-R| -- <C-R>r |v_CTRL-R_r| -- gr |gr-default| -- <C-S> |i_CTRL-S| - ]d |]d-default| - [d |[d-default| - <C-W>d |CTRL-W_d-default| |