pummode : Select completion menu with j and k.
| script karma |
Rating 23/9,
Downloaded by 978 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| tyru |
| |
| script type |
| utility |
| |
| description |
Put this in your .vimrc
call pummode#map('i', '', 0, 'j', '<C-n>')
call pummode#map('i', '', 0, 'k', '<C-p>')
call pummode#map('i', '', 0, '<CR>', '<C-y>')
So now you can select popup menu with j and k, <CR> to insert that item.
See the document for more detail.
latest version at http://github.com/tyru/pummode.vim/ |
| |
| install details |
| just install to your ~/.vim directory |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|