diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-04-12 22:22:37 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2023-04-13 12:15:30 +0200 |
commit | e4a136f713753e6ace97f419be562567f1ce535f (patch) | |
tree | 1089d87c456a216b6d877304e7086259b40cc133 /runtime/doc/vim_diff.txt | |
parent | f5231d61a5413e3ea45a060dd31e4537634f3d87 (diff) | |
download | rneovim-e4a136f713753e6ace97f419be562567f1ce535f.tar.gz rneovim-e4a136f713753e6ace97f419be562567f1ce535f.tar.bz2 rneovim-e4a136f713753e6ace97f419be562567f1ce535f.zip |
feat(ex_cmds)!: remove :behave
just use the individual options instead.
set selection=exclusive
set selectmode=mouse,key
set mousemodel=popup
set keymodel=startsel,stopsel
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 783aa2f113..58f6d6f6f9 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -556,6 +556,7 @@ Aliases: vimdiff (alias for "nvim -d" |diff-mode|) Commands: + :behave :fixdel :hardcopy :helpfind |