Skip to content

danprince/vimsaurus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vimsaurus

Vim plugin complement to Bashsaurus.

Example

asciicast

Install

Vimsaurus requires that the Bashsaurus script can be found on your PATH.

NeoBundle 'danprince/vimsaurus'
" or
Vundle 'danprince/vimsaurus'
" or
Plug 'danprince/vimsaurus'

Commands

The plugin defines the following commands.

:FindSynonym

Replace the word under the cursor with a synonym.

:NextSynonym

Cycle to the next synonym for the word under the cursor.

Usage

Typing the commands is time consuming, so the recommended way to use this plugin is to map the commands to leader keys. For example:

nnoremap <Leader>t :FindSynonym<CR>
nnoremap <Leader>r :NextSynonym<CR>

About

Vim plugin counterpart to Bashsaurus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published