You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
editing a plain text file (without a language server etc.) there is no build-in completion
when i use the (real) vim in insert mode of a text file i can complete a word with
ctrl-p
ctrl-n
so for example for the text
hello and welcome this week ...
typing
w ctrl-p
would complete to
week
typing ctrl-p again would complete to
welcome
etc. ...
maybe i've missed an existing solution for this, but i didn't find anything like this in the docs ...
of course one could install a "language server" for *.txt files, but using a build-in ctrl-p/ctrl-n completion can be very handy in every file type (e.g. while typing comments in otherwise language server supported code files ...)
Check for existing issues
Describe the feature
editing a plain text file (without a language server etc.) there is no build-in completion
when i use the (real) vim in insert mode of a text file i can complete a word with
ctrl-p
ctrl-n
so for example for the text
hello and welcome this week ...
typing
w ctrl-p
would complete to
week
typing ctrl-p again would complete to
welcome
etc. ...
maybe i've missed an existing solution for this, but i didn't find anything like this in the docs ...
of course one could install a "language server" for *.txt files, but using a build-in ctrl-p/ctrl-n completion can be very handy in every file type (e.g. while typing comments in otherwise language server supported code files ...)
Zed Version and System Specs
Zed: v0.170.1 (Zed)
OS: Linux X11 ubuntu 22.04
Memory: 15.3 GiB
Architecture: x86_64
GPU: Intel(R) UHD Graphics 620 (WHL GT2) || Intel open-source Mesa driver || Mesa 23.2.1-1ubuntu3.1~22.04.2
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: