prezto icon indicating copy to clipboard operation
prezto copied to clipboard

failing to disable the completion menu

Open tcurdt opened this issue 3 years ago • 0 comments

Description

I am trying to disable the completion menu - but it appears anyway.

Screen Shot 2021-03-22 at 04 05 18

The main reason I want to disable the menu is because a 2nd tab will move the cursor to the next item in the menu. It would be OK if the menu appears and I could only use the cursor keys - but the tab moving the selection is incredibly annoying.

Expected behavior

From what I understood setting unsetopt MENU_COMPLETE should disable the completion menu.

Actual behavior

I am still seeing the menu.

Steps to Reproduce

zstyle ':prezto:load' pmodule \
  'environment' \
  'terminal' \
  'editor' \
  'history' \
  'directory' \
  'spectrum' \
  'completion' \
  'prompt' \
  'git' \
  'history-substring-search' \
  'autosuggestions'

unsetopt MENU_COMPLETE

Versions

  • Prezto commit: 704fc46
  • ZSH version: zsh 5.7.1 (x86_64-apple-darwin19.0)
  • OS information: macOS 10.15.7 (19H2)

tcurdt avatar Mar 22 '21 03:03 tcurdt