Closed JoseConseco closed 3 years ago
Hey, thanks. That's is a nice suggestion. I updated the README also improve a bit from your suggestion.
Why is feedkeys used instead of for example just vim.fn["UltiSnips#JumpForwards"]()
?
because UltiSnips#JumpForwards() is a function, not an expression key mapping. Just try you will get an error.
Tab will cycle forward through autocomplete item (unless we expanded snippet - then it will jump to snippet tag stops) ctrl+space - will confirm placing selected item or expand selected snippet
I just thought I will put it in here for preferring 'tab' btw. dont ask what check_back_space does. I just copied it form other examples.