I'm new to Emacs. I run emacs on Windows. When I start Emacs by click the runemacs.exe
, I got a welcome window. Now to create a new file and do some experiment editing, I press C-x C-f. Now the minibuffer shows something similar to:
Find file: d:\emacs-23.3\bin
Normally I need to press backspace some time to delete d:\emacs-23\bin
and type a new file name like c:\test\a.txt
. My question is, how can I quickly delete d:\emacs-23\bin
? How do you deal with the welcome window (I don't like it)?
Thanks
backward-kill-sentence
is bound to C-x DEL by default.
Alternatively, you could type C-a C-k which I find slightly easier to type because
This key combination first moves point (aka the cursor) to the beginning of the line, and then kills the line. So it's actually two commands, but it's the same amount of key strokes.
You don't need to delete the default filename. Just continue to enter your file
d:\emacs-23.3\bin\c:\test\a.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With