I used the emacs keybind to maniplicate the string on command line but it does not work at chrome on macos.
I am unhappy with that until I find the solution on this post
sudo mkdir -p ~/Library/Keybindings/
sudo vi ~/Library/Keybindings/DefaultKeyBinding.dict
{
"~d" = "deleteWordForward:";
"^w" = "deleteWordBackward:";
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
}