vim: Revert 'Y' to yank to end of line (#17563)

Closes https://github.com/zed-industries/zed/issues/17549
This commit is contained in:
Vishal Bhavsar 2024-09-08 10:38:00 -04:00 committed by GitHub
parent 894866da94
commit 89ae97e5e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 28 deletions

View file

@ -214,7 +214,7 @@
"shift-d": "vim::DeleteToEndOfLine",
"shift-j": "vim::JoinLines",
"y": ["vim::PushOperator", "Yank"],
"shift-y": "vim::YankToEndOfLine",
"shift-y": "vim::YankLine",
"i": "vim::InsertBefore",
"shift-i": "vim::InsertFirstNonWhitespace",
"a": "vim::InsertAfter",