vim-codelf : Vim plugin for searching useful variable names
script karma |
Rating 0/0,
Downloaded by 512 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
最 上川 |
|
script type |
utility |
|
description |
Vim plugin for searching useful variable names from CODELF(https://github.com/unbug/codelf)
- Install
Plug 'voldikss/vim-codelf'
- Keymap
" Example key mappings configuration
inoremap <silent> <F9> <C-R>=codelf#start()<CR>
nnoremap <silent> <F9> :call codelf#start()<CR>
- Configuration
g:codelf_enable_popup_menu
If set v:true, the available variable names will displayed in popup menu, which behaviors just like code completion. Otherwise, they will be displayed in cmdline, prompting the user to select one(like :z=) to replace the word under the cursor.
- Commands
:Codelf [word]
Query the word from codelf, return the variable name.
:CodelfOpenBrowser [word]
Open browser with querying the word. If no word, use the word under the cursor. My another plugin vim-browser-search supplies the same function.
More info, see https://github.com/voldikss/vim-codelf |
|
install details |
- Use plugin manager
- Use `set rtp+=/path/to/vim-codelf` |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.118.160.215
|