I would like to have the tab key cycle through the completions. For example, I use the Kite plugin for vim with python. I type import j and it suggests json, among other things. Pressing tab should insert json, then pressing tab again should insert the next completion on the list.
Does anyone know how I could do this?
I would like to have the tab key cycle through the completions. For example, I use the Kite plugin for vim with python. I type
import jand it suggestsjson, among other things. Pressing tab should insertjson, then pressing tab again should insert the next completion on the list.Does anyone know how I could do this?