Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reject completions? #456

Closed
nbecker opened this issue Mar 18, 2024 · 0 comments
Closed

reject completions? #456

nbecker opened this issue Mar 18, 2024 · 0 comments

Comments

@nbecker
Copy link

nbecker commented Mar 18, 2024

Perhaps not an issue, just a question from a newbie.
I'm in dired looking at:

  lrwxrwxrwx. 1 nbecker nbecker    15 Nov 28  2022 pybind11 -> pybind11-2.10.1
  drwxrwxr-x. 1 nbecker nbecker   334 Oct 31  2022 pybind11-2.10.1
  drwxrwxr-x. 1 nbecker nbecker   318 Apr 30  2018 pybind11-2.2.3
  drwxrwxr-x. 1 nbecker nbecker   318 Jun 11  2019 pybind11-2.3.0
  drwxrwxr-x. 1 nbecker nbecker   318 Jan  4  2021 pybind11-2.5.0

I want to make that symlink pybind11 using dired-do-relsymlink (assume it isn't there already). If I type 'pybind11', I will have a default completion on pybind11-2.10.1, which I don't want. I don't want any completion, I just want 'pybind11' which doesn't yet exist. If I hit RET it will take the default completion pybind11-2.10.1 which is wrong. How can I reject the completion and just accept my typed input?

My vertico setup is pretty basic

;; Enable vertico
(use-package vertico
  :init
  (vertico-mode)
  :custom
  (vertico-sort-function 'vertico-sort-history-alpha))
;; Enable richer annotations using the Marginalia package
  (use-package marginalia
    :bind (:map minibuffer-local-map
	   ("M-A". marginalia-cycle))
    :init
    (marginalia-mode))
Repository owner locked and limited conversation to collaborators Mar 18, 2024
@minad minad converted this issue into discussion #457 Mar 18, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant