I need to replace in a lot of lines d6_ to d7_
$this->executeMigration('d6_filter_format');
$this->executeMigration('d6_user_role');
$this->executeMigration('d6_node_settings');
$this->executeMigration('d6_node_type');
Select first d6_ via mouse and press Alt+J
Press Alt+J again to select another lines
When all need lines will be selected just type a new text. I typed d7_
The result is
$this->executeMigration('d7_filter_format');
$this->executeMigration('d7_user_role');
$this->executeMigration('d7_node_settings');
$this->executeMigration('d7_node_type');