Can you have smart behavior for the home key in Emacs? By smart I mean that instead of going to the character number 0, it should go to the first non-blank character, and go to 0 on a second pressing, and back to the first non-blank in a third and so on. Having smart end would be nice as well.
|
1
|
|
|
|
|
|
I'm not quite sure what smart end would do. Do you normally have a lot of trailing whitespace? Note: The major difference between this function and Vule's is that his always moves to the first non-blank character on the first keypress, even if the cursor was already there. Mine would move to column 0 in that case. Also, he used |
|||
|
|
This works with GNU Emacs, I didn't tried it with XEmacs.
|
||
|
|
|
|
Note that there is already a back-to-indentation function which does what you want the first smart-home function to do, i.e. go to the first non-whitespace character on the line. It is bound by default to M-m. |
||
|
