Is there an analog for the VI '.' command to repeat-last-typed-text
        Posted  
        
            by Don
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Don
        
        
        
        Published on 2010-06-11T00:09:26Z
        Indexed on 
            2010/06/11
            0:13 UTC
        
        
        Read the original article
        Hit count: 575
        
emacs
I've used emacs for decades and always wondered, but kept on coding, if there was a way to type in something, them move the cursor and insert the same text, like the VI . command.
Instead what I do is to type the text, set the mark, backup, copy the region, go to the next spot (often just C-n, down one line) and then pre-arg yank, C-u C-y.
It's the overhead of set mark, backup and copy region that makes me just go ahead and retype the thing.
© Stack Overflow or respective owner