aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2024-05-06 08:13:50 -0500
committerGitHub <noreply@github.com>2024-05-06 08:13:50 -0500
commitbb032d952bfc692062fceb764ff2742c5bdd3324 (patch)
tree8623d93146cddf7fb4c785ecf0eb2aa017c4aa65 /runtime/doc/vim_diff.txt
parent783c1e596c35e44e9699e5a1881d3c8f5c4fc596 (diff)
downloadrneovim-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.txt6
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|