AcceptSuggestion also built-in to EndOfLine
See original GitHub issueSummary of the new feature / enhancement
As a user I want to accept the proposed suggestion when going to the end of line
Proposed technical implementation details (optional)
Just like AcceptSuggestion
is built-in to ForwardChar
I would propose it would be handled the same way for EndOfLine
.
Issue Analytics
- State:
- Created 2 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Nvchad help changing lsp? accept suggestion key : r/neovim
Question 1: Running neovim 0.9.1 and nvchad (installed yesterday) using the default example config. No edits yet.
Read more >NeoVim coc.nvim enter key doesn't work to autocomplete
When I'm using coc.nvim for autocompletion and I select something, hit enter, NeoVim makes a new line and doesn't autocomplete. I found the ......
Read more >Trying to fix line-endings with git filter-branch, but having ...
I've tried this with MSysGit on Windows and via the Mac OS X terminal. git · newline · msysgit · line-endings · Share....
Read more >Completions
Sublime Text includes a few methods to save typing and time by finishing words or inserting boilerplate. Completions include the following sources:.
Read more >Interactive use — fish-shell 3.6.1 documentation
Autosuggestions are a powerful way to quickly summon frequently entered commands, by typing the first few characters. They are also an efficient technique...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I believe the ask is to make
End
key complete the suggestion in addition to its current behavior – when the cursor is not at the end of the current text,End
moves the cursor to the end of the text; when the cursor is at the end,End
accepts the current inline suggestion.Close as a duplicate of #3705