feat: defaults: set undo points in <C-U> and <C-W> (#15400)

This commit is contained in:
Gregory Anders
2021-08-16 19:28:52 -06:00
committed by GitHub
parent 3954537b9e
commit 2cb8db34e3
6 changed files with 20 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ Default Mappings: *default-mappings*
nnoremap Y y$
nnoremap <C-L> <Cmd>nohlsearch<Bar>diffupdate<CR><C-L>
inoremap <C-U> <C-G>u<C-U>
inoremap <C-W> <C-G>u<C-W>
==============================================================================
3. New Features *nvim-features*