Fuzzy completion for vim
Date: 2022-11-23Last modified: 2023-02-17
To make it more convenient, fuzzy completion can be triggered if the
word before the cursor ends with the trigger sequence which is by
default **
. For example, type vim ~/path/**
and press TAB
.
vim ~/.dotfiles/** <TAB>