Con vim, come posso spostare un pezzo di testo in un nuovo file? Per il momento, faccio questo:
- seleziona il testo
- uso
:w new_file
- seleziona di nuovo il testo
- elimina il testo
C'è un modo più efficiente per farlo?
Prima
a.txt
sometext
some other text
some other other text
end
Dopo
a.txt
sometext
end
b.txt
some other text
some other other text