diff options
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1230769c1a..be187f842a 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -115,13 +115,15 @@ DEFAULT MAPPINGS Nvim creates the following default mappings at |startup|. You can disable any of these in your config by simply removing the mapping, e.g. ":unmap Y". -- |Y-default| -- |i_CTRL-U-default| -- |i_CTRL-W-default| -- |CTRL-L-default| -- |&-default| -- |v_#-default| -- |v_star-default| +- Y |Y-default| +- <C-U> |i_CTRL-U-default| +- <C-W> |i_CTRL-W-default| +- <C-L> |CTRL-L-default| +- & |&-default| +- # |v_#-default| +- * |v_star-default| +- Nvim LSP client defaults |lsp-defaults| + - K |K-lsp-default| DEFAULT AUTOCOMMANDS *default-autocmds* @@ -511,6 +513,9 @@ Mappings: Motion: The |jumplist| avoids useless/phantom jumps. +Performance: + Folds are not updated during insert-mode. + Syntax highlighting: syncolor.vim has been removed. Nvim now sets up default highlighting groups automatically for both light and dark backgrounds, regardless of whether or @@ -732,9 +737,6 @@ Options: *'ttytype'* *'tty'* weirdinvert -Performance: - Folds are not updated during insert-mode. - Plugins: - logiPat |