[vim] fix 'Y' behaviour in visual mode
This commit is contained in:
parent
6070fe96f7
commit
5482db1c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -6085,5 +6085,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