Undo neovims default mapping of Y to y$

This commit is contained in:
Kenneth Benzie 2022-01-14 20:03:07 +00:00
parent 177dbad101
commit caa83e88d2

View File

@ -115,6 +115,10 @@ else
noremap <leader>p "+p
noremap <leader>P "+P
endif
if has('nvim')
" Undo neovim's default mapping of Y to y$
unmap Y
endif
" Quickly access spelling menu
inoremap <C-s> <C-g>u<C-X>s