declare-option -hidden regex curword hook global NormalIdle .* %{ eval -draft %{try %{ exec w \A\w+\z set-option buffer curword "\b\Q%val{selection}\E\b" } catch %{ set-option buffer curword '' }} } add-highlighter global/ dynregex '%opt{curword}' 0:CurWord