mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 06:45:37 +00:00
feat(defaults): map Y to y$ #13268
rationale: - consistent with D and Y - long recommended by Vim's own ":help Y" close #13268 close #416 ref #6289
This commit is contained in:
@@ -41,7 +41,8 @@ module.nvim_set = (
|
||||
..' belloff= wildoptions-=pum noshowcmd noruler nomore redrawdebug=invalid')
|
||||
module.nvim_argv = {
|
||||
module.nvim_prog, '-u', 'NONE', '-i', 'NONE',
|
||||
'--cmd', module.nvim_set, '--embed'}
|
||||
'--cmd', module.nvim_set,
|
||||
'--cmd', 'unmap Y', '--embed'}
|
||||
-- Directory containing nvim.
|
||||
module.nvim_dir = module.nvim_prog:gsub("[/\\][^/\\]+$", "")
|
||||
if module.nvim_dir == module.nvim_prog then
|
||||
|
||||
Reference in New Issue
Block a user