Search Results

0
votes

How do I duplicate a whole line in Emacs?

ctrl-k, ctrl-k, (position to new location) ctrl-y Add a ctrl-a if you're not starting at the beginning of the line. And the 2nd ctrl-k is to grab the newline character. It can be removed …