inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

Pressing up arrow key to navigate to previous commands activates inshellisense autofill popup for some commands and then stops navigating to previous commands

Open austin-agronick opened this issue 5 months ago • 2 comments

Describe the bug Pressing up arrow key to navigate to previous commands activates inshellisense autofill popup for some commands and then stops navigating to previous commands.

To Reproduce Steps to reproduce the behavior:

  1. Run ls, press enter. Run node --version, press enter, run ls -la and press enter.
  2. Press up arrow to navigate to previous command.
  3. Gets stuck in node --version autofill popup.

Expected behavior Pressing up arrow again should show the command ran before node --version in my example, which would be ls.

Environment

  • OS: Tuxedo OS
  • Output of is --version: 0.0.1-rc.21
  • Nodejs Version: 18.17.1
  • Shell: bash
  • Shell Version: 5.2.21

Additional context Issue present in Yakuake, Console, and Pycharm IDE terminal

austin-agronick avatar Jul 29 '25 07:07 austin-agronick

same issue in ubuntu bash and macOS zsh.

liyupeng111 avatar Aug 20 '25 20:08 liyupeng111

using shift + up/down can navigate command history

liyupeng111 avatar Sep 08 '25 11:09 liyupeng111