Merge pull request #2456 from kevinushey/bugfix/vim-normal-mode-yank
[vim] define 'Y' as 'keyToKey' mapping (fixes #2455)
This commit is contained in:
commit
d89311e596
1 changed files with 1 additions and 1 deletions
|
|
@ -6190,5 +6190,5 @@ dom.importCssString(".normal-mode .ace_cursor{\
|
|||
exports.handler.actions = actions;
|
||||
exports.Vim = Vim;
|
||||
|
||||
Vim.map("Y", "yy");
|
||||
Vim.map("Y", "yy", "normal");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue