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.
This commit is contained in:
Gregory Anders
2024-05-06 08:13:50 -05:00
committed by GitHub
parent 783c1e596c
commit bb032d952b
4 changed files with 4 additions and 55 deletions

View File

@@ -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|