From 0aa8128aaa9e6f714372f7ea7299f4115de0a962 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Mon, 16 Aug 2021 09:31:14 -0600 Subject: feat(defaults): map CTRL-L to search highlights, update diffs #15385 --- runtime/doc/vim_diff.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1b669a4873..d96eb84a79 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -74,7 +74,9 @@ the differences. Default Mappings: *default-mappings* - nnoremap Y y$ + +nnoremap Y y$ +nnoremap nohlsearchdiffupdate ============================================================================== 3. New Features *nvim-features* -- cgit