I run the following command in Emacs unsuccessfully
C-u
How can you clear the beginning of a line in Emacs?
|
I run the following command in Emacs unsuccessfully
How can you clear the beginning of a line in Emacs? |
||||
|
|
You can set the mark, go to the beginning, kill till mark: C-Spc C-a C-w |
|||||||
|
|
You can also accomplish this by using a prefix arg for kill-ine (usually C-k). From the Emacs help (C-h k C-k):
So, you can do
or even better
|
|||||||||
|
|
C-u works in Bash "Emacs Mode", but not actually in Emacs. Here's what I usually do:
But this is really only good if you want to kill the whole line. Svante's advice will clear from the beginning of the line to where your cursor was, as you asked for. |
|||
|
|
|
|
|||||||
|
|
I don't know, where you read about C-u, but it is bound to the universal argument in Emacs. If you want to kill the whole line, call |
|||||||||
|
|
I have a small function bound to a key-chord:
M-# is usually Alt-Shift-3, not a new DotNet language I'm sure I saw this somewhere else, but didn't save the original reference. |
||||
|
|