Undo neovims default mapping of Y to y$
This commit is contained in:
parent
177dbad101
commit
caa83e88d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user