Update src/finish.py
This commit is contained in:
@@ -376,7 +376,7 @@ bind -x '"\\e\\\\": _finish_complete'
|
|||||||
if marker in text:
|
if marker in text:
|
||||||
return
|
return
|
||||||
rc.write_text(text + "\n" + snippet)
|
rc.write_text(text + "\n" + snippet)
|
||||||
console.print("[green]Key-binding installed (Alt+\\)[/] – restart your shell.")
|
console.print("[green]Key-binding installed (Alt+\\)[/] - restart your shell.")
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# Handle readline-complete flag before argparse (for bash bind -x)
|
# Handle readline-complete flag before argparse (for bash bind -x)
|
||||||
|
|||||||
Reference in New Issue
Block a user