Skip to content

A plugin to make vim autocompletion more like Textmate, by looking for words before and after the cursor, and ordering them by how far away from the cursor they are

Notifications You must be signed in to change notification settings

sirdavidoff/vim-nearest-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A plugin to make VIM's autocomplete more like Textmate's: it searches for matching words both before and after the cursor, and orders the matches by distance from the cursor (closest first).

By default it is bound to <D-j>. Pressing <D-j> when the popup window is open will move down the list.
Pressing 'escape' in the popup will close the popup
Pressing 'return' in the popup will insert the currently selected word and close the popup

Install with pathogen.

About

A plugin to make vim autocompletion more like Textmate, by looking for words before and after the cursor, and ordering them by how far away from the cursor they are

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published