mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 06:09:14 +00:00
feat: defaults: set undo points in <C-U> and <C-W> (#15400)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user