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

@@ -27,6 +27,8 @@ set switchbuf=
" Unmap Nvim default mappings.
unmap Y
unmap <C-L>
iunmap <C-U>
iunmap <C-W>
" Prevent Nvim log from writing to stderr.
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'