Emacs >> vim confirmed

I spent three months learning vim and the saddest thing I learned recently:
In vim, you can not extract (select or yank or delete)

var_one
var_two
var_three
var_very_long

from

int var_one = 1;
int var_two = 2;
int var_three = 3;
int var_very_long = 4;

using standard keybindings. This is something I need every day.
References: