denisidoro/navi

Bash widget not working with readline vi editing mode

Open

#328 geöffnet am 2. Apr. 2020

Auf GitHub ansehen
 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (530 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (15.874 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Describe the bug When using bash with readline set to vi editing mode the widget does not work.

To Reproduce

Steps to reproduce the behavior:

set -o vi
source <(navi widget bash)

Then press CTRL-G and navi will not run but instead the terminal will print:

`__call_navi`

Expected behavior If you then go back to the default readline editing mode which is emacs, you get the expected behavior and navi runs.

set -o emacs
source <(navi widget bash)

Versions:

  • navi: 2.5.0
  • OS: Ubuntu 18.04
  • Shell Version: GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)

Contributor Guide