Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Add support for ctrl-x ctrl-n during keyword completion #56
Comments
lifepillar
added
the
enhancement
label
Apr 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lifepillar commentedMar 10, 2017
According to
:h i_CTRL-X_CTRL-N, during keyword completion “further use of CTRL-X CTRL-N or CTRL-X CTRL-P will copy the words following the previous expansion in other contexts unless a double CTRL-X is used”. Can we streamline this in µcomplete? If so, how?