From 1c9f487f0edc3e6a10a53dc83a3d779980dc3a26 Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Fri, 15 Jul 2022 07:23:29 -0600 Subject: feat(defaults): nnoremap & :&& #19365 --- runtime/doc/change.txt | 3 +++ runtime/doc/vim_diff.txt | 1 + 2 files changed, 4 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt index 571fbaec95..b905f53db7 100644 --- a/runtime/doc/change.txt +++ b/runtime/doc/change.txt @@ -633,6 +633,9 @@ Directory for temporary files is created in the first possible directory of: actually work differently. You can use `:&&` to keep the flags. + *&-default* + Mapped to ":&&" by default. |default-mappings| + *g&* g& Synonym for `:%s//~/&` (repeat last substitute with last search pattern on all lines with the same flags). diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index d692fcfc37..bacf160206 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -89,6 +89,7 @@ of these in your config by simply removing the mapping, e.g. ":unmap Y". inoremap u xnoremap * y/\V" xnoremap # y?\V" + nnoremap & :&& < Default Autocommands ~ *default-autocmds* -- cgit