Скажем, у меня есть этот код:
var users = [
{ name: 'TJ', email: '[email protected]' },
{ name: 'Loki', email: '[email protected]' },
{ name: 'Jane', email: '[email protected]' }
];
Я хочу выбрать три строки внутри переменной (в визуальном режиме) и отложить ее два пробела:
var users = [
{ name: 'TJ', email: '[email protected]' },
{ name: 'Loki', email: '[email protected]' },
{ name: 'Jane', email: '[email protected]' }
];
Как я могу выполнить это в vim?