The shortcut Y for some reason does not control the way D and C do. Instead of pulling from the current position to the end of the line, Y yanks a whole line. Y does the same as yy.
Is it possible to override this functionality? I want Y to act like y $
Lukap source
share