mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 02:17:09 +10:00
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:
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user