On Tue, Sep 04, 2018 at 04:24:00PM -0600, 'Grant Taylor' via vim_use wrote: > How do I delete from the end of the line (where the cursor is at) > through the space after the first word? > > example.net <-- actually important > different.example.com <-- not actually important
in a macro: 0WhD j. //meine -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
