Hacker News new | ask | show | jobs
by 286c8cb04bda 4292 days ago
> Presumably in this editor "_" represents the "whole line" region, which leads to also "c_" and "y_".

That's not specific to this editor. In vim _ goes from the cursor to the end of the line (but does not include the newline at the end like $ does).