Hacker News new | ask | show | jobs
by ichinaski 4697 days ago
"c$ - change (replace) to the end of line"

I find 'C' simpler for that command.

1 comments

Why doesn't 'Y' behave similarly? I've never understood this inconsistency in the default key bindings:

'c$' OR 'C' = change to end of line

'd$' OR 'D' = cut to end of line

'y$' = yank to end of line

'cc' = change entire line

'dd' = cut entire line

'yy' OR 'Y' = yank entire line