Open
Description
I have the following two bindings:
noremap d O<Home><Right><Right><Right><Right><Right><S-End>
noremap D T<Home><Right><Right><Right><Right><Right><Right><Right><Right><S-End>
The idea is to put URL of the current tab on the command prompt but select it such that if I just start typing, the URL is replaced with whatever I enter. This sometimes works but sometimes the selection is cleared before I have a chance to type anything. I can see the mapping working, i.e. the URL blinks as selected, but then something clears the selection.