tags: #nvim #autocomplete Sometimes autocomplete can be very annoying. Sometimes I know _exactly_ what I want to type and, generally detest the experience when your text editor goes all Clippy and tries to type for you what it thinks you want. Generally the outcome is a mess. So I want to have things where the default behaviour if I just type is that what is input is *exactly* what I've typed. I'd like to see suggestions, snippets and so on, sure, but I don't want to have to guess what keypresses I need for it not to autocomplete. I want there to be some obscure key combo needed to tell nvim that I want autocompletion. I'll add notes here as I discover things. ## 1 See [this reddit](https://www.reddit.com/r/neovim/comments/10x2ryc/how_to_prevent_enter_key_select_first_suggestion/)