diff options
author | Erich Gubler <erichdongubler@gmail.com> | 2023-06-14 18:23:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 15:23:15 -0700 |
commit | cf6cffda89ad0b22de0ddd4ca7abcb714da812d0 (patch) | |
tree | cfbc6b7f92344b14ef2aea582725f238ed4e4560 | |
parent | bbb934e7755a3b6f14c4d94334b8f54c63daebf1 (diff) | |
download | rneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.tar.gz rneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.tar.bz2 rneovim-cf6cffda89ad0b22de0ddd4ca7abcb714da812d0.zip |
docs(ex_cmds): migration from "behave xterm" #24024
-rw-r--r-- | runtime/doc/news.txt | 7 |
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 |