Search Results

6
votes

The single most useful Emacs feature

M-x gdb to test in the debugger while automatically moving through the source tree in other windows. Set break points by opening the source file and doing C-x on the appropriate source lines. …
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 …