diff options
| author | Gregory Anders <greg@gpanders.com> | 2021-08-16 09:31:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 08:31:14 -0700 |
| commit | 0aa8128aaa9e6f714372f7ea7299f4115de0a962 (patch) | |
| tree | 4699f46b0c156f06b8d1b8f2bf9d748cc6c40735 /runtime/doc/vim_diff.txt | |
| parent | 7146103be2bc576c273fd9df2f922b6b5ba4c972 (diff) | |
| download | rneovim-0aa8128aaa9e6f714372f7ea7299f4115de0a962.tar.gz rneovim-0aa8128aaa9e6f714372f7ea7299f4115de0a962.tar.bz2 rneovim-0aa8128aaa9e6f714372f7ea7299f4115de0a962.zip | |
feat(defaults): map CTRL-L to search highlights, update diffs #15385
Diffstat (limited to 'runtime/doc/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 <C-L> <Cmd>nohlsearch<Bar>diffupdate<CR><C-L> ============================================================================== 3. New Features *nvim-features* |