In emacs, sometimes I will be in the middle of finding a file or switching buffers or doing something in the minibuffer, and I will click somewhere else for some reason. When I go back, the only way to make the minibuffer prompt active again is to click inside the minibuffer, which is annoying because it is a thin area. Is there any way to switch back to an active minibuffer prompt without using the mouse?
feedback
|
|
This will do what you want. Bind to the key of your choice:
| |||
|
feedback
|
Repeat as necessary. C-x o runs the command other-window, which is an interactive built-in function in `C source code'. If you do not want to cycle through windows, you can add a function in your init file and bind it to a key. Something like this might work:
| |||||||
feedback
|