I love the ability to select word/symbol at point which I currently do with double mouse click. I would like to be able to do it from the keyboard, and so I'd like to bind it to a keystroke (or maybe it already is?), so I need the name of the function. I assume the function must already exist, but I cannot figure out what it's name is.
I tried C-h k
but then when I double click the mouse the help for <down-mouse-1>
shows up (I assume the help system doesn't wait for the second click or something). I also searched the documentation where this functionality is defined in section 21.2, but it does not say the name of the function.
Update: For typical keybinding I suppose it is the equivalent to <C-left>
followed by <C-S-right>
which are left-word
and right-word
respectively, although the shift key is held for the latter. (I do not fully understand the relationship between keyboard designations with the shift key and their mapping to functions, the help for <C-S-right>
translates it to <C-right>
before it identifies it as right-word
)