mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(ex_cmds): migration from "behave xterm" #24024
This commit is contained in:
parent
bbb934e775
commit
cf6cffda89
@ -23,7 +23,12 @@ The following changes may require adaptations in user config or plugins.
|
|||||||
• "#" followed by a digit no longer stands for a function key at the start of
|
• "#" followed by a digit no longer stands for a function key at the start of
|
||||||
the lhs of a mapping.
|
the lhs of a mapping.
|
||||||
|
|
||||||
• `:behave` was removed. if you used `:behave mswin`, the following is equivalent: >vim
|
• `:behave` was removed.
|
||||||
|
- If you used `:behave xterm`, the following is equivalent: >vim
|
||||||
|
|
||||||
|
set mousemodel=extend
|
||||||
|
<
|
||||||
|
- If you used `:behave mswin`, the following is equivalent: >vim
|
||||||
|
|
||||||
set selection=exclusive
|
set selection=exclusive
|
||||||
set selectmode=mouse,key
|
set selectmode=mouse,key
|
||||||
|
Loading…
Reference in New Issue
Block a user