Back to TILs

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>
Preview grabbed from freecodecamp
Fig. 1 - Preview grabbed from freecodecamp

References