vim insert-mode autocomplete using viminfo, recently opened files, sorted by word frequency

118 Views Asked by At

vim completion looks in dictionary, thesaurus and other buffers, but not the registers and mru files - I can do it by opening .viminfo and other most recently used files in background buffers. Can this be automated in vim.

Also the completion (huge linux) dictionary is sorted alphabetically. Can we see the choices sorted by usage frequency - to see the most common word first, so easier to pick the completion (like google suggest).

0

There are 0 best solutions below