sponsor Vim development Vim logo Vim Book Ad

pummode : Select completion menu with j and k.

 script karma  Rating 23/9, Downloaded by 759  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
pummode.zip 0.0.0 2010-02-25 7.2 tyru Initial upload
ip used for rating: 18.118.140.108

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.
   
Vim at Github