inshellisense
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
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:
- Run
ls, press enter. Runnode --version, press enter, runls -laand press enter. - Press up arrow to navigate to previous command.
- Gets stuck in
node --versionautofill 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
same issue in ubuntu bash and macOS zsh.
using shift + up/down can navigate command history