The plugin provides the `:OnlineThesaurusCurrentWord` command to look up the
current word under the cursor in an online thesaurus. Alternatively, you can
look up any word with `:Thesaurus word`.
Internally, both commands make a request to http://thesaurus.com/, parse the
results, and display them in a vertical split in the bottom.
By default the `:OnlineThesaurusCurrentWord` command is mapped to
`<LocalLeader>K`. If you haven't remapped `<LocalLeader>`, it defaults to `\`.
To close the split, just press `q`.
## Configuration
If you want to disable the default key binding, add the following line to your
.vimrc:
let g:online_thesaurus_map_keys = 0
Then you can map the `:OnlineThesaurusCurrentWord` command to anything you want
as follows:
If you have questions or remarks about this site, visit the
vimonline development pages.
Please use this site responsibly.
Questions about Vim should go
to the maillist.
Help Bram help Uganda.