-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Operator YankToLastCharacterOfLine #265
Comments
For reference, if you want to extend vmp in your For mapping, NO PLAN for syntax sugar. |
And would you accept PRs for this? IMO the Atom way feels sluggish compared to vim. |
The answer for this type of question is always "depends on how PR is like", amount of complexity the PR introduces. I basically don't want to spend my time for feature I don't use. |
I was about to open an issue about this and I just realized that the command doesn't even exist for YankToEndOfLine. As always. (This is such a bug in Vim)
I think it would be correct to include
shift-Y
asy$
, it just fits so well with the other operators (C == c$
,D == d$
, etc)I gist you here my implementation.
Oh btw, have you some
[n/v/i/o]map
function planned to release soon? The only thing I miss from [n]vim is being able to define my keymap easily. Usually I go through obscure ways to make atom work as I want.The text was updated successfully, but these errors were encountered: