neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit cf6cffda89ad0b22de0ddd4ca7abcb714da812d0
parent bbb934e7755a3b6f14c4d94334b8f54c63daebf1
Author: Erich Gubler <erichdongubler@gmail.com>
Date:   Wed, 14 Jun 2023 18:23:15 -0400

docs(ex_cmds): migration from "behave xterm" #24024


Diffstat:
Mruntime/doc/news.txt | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt @@ -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 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 selectmode=mouse,key