mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 06:09:14 +00:00
feat(defaults): map CTRL-L to search highlights, update diffs #15385
This commit is contained in:
@@ -21,7 +21,10 @@ set undodir^=.
|
||||
set wildoptions=
|
||||
set startofline
|
||||
set sessionoptions+=options
|
||||
|
||||
" Unmap Nvim default mappings.
|
||||
unmap Y
|
||||
unmap <C-L>
|
||||
|
||||
" 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