I want to write a command that specifies \"the word under the cursor\" in VIM. For instance, let\'s say I have the cursor on a word and I make it appear twice. For instance, i
" count word (case sensitive) nmap :%s/\(=expand("")\)//gn