What is the emacs equivalent of vi's dd? I want to delete the current line. Tried CTRL + k but it only deletes from current position.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
There is also
which invokes If you'd like to set a different global key binding, you'd put this in ~/.emacs:
If you want to delete a number of whole lines, you can prefix the command with a number:
Sometimes I also find
|
|||||||
|