aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Gubler <erichdongubler@gmail.com>2023-06-14 18:23:15 -0400
committerGitHub <noreply@github.com>2023-06-14 15:23:15 -0700
commitcf6cffda89ad0b22de0ddd4ca7abcb714da812d0 (patch)
treecfbc6b7f92344b14ef2aea582725f238ed4e4560
parentbbb934e7755a3b6f14c4d94334b8f54c63daebf1 (diff)
downloadrneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.tar.gz
rneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.tar.bz2
rneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.zip
docs(ex_cmds): migration from "behave xterm" #24024
-rw-r--r--runtime/doc/news.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index ac9e60637a..f2a878078d 100644
--- 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