Skip to content

Make completions commands more friendly to new users. #32

@mmalcomson

Description

@mmalcomson

A few problems observed:

  • INPUTRC could be set in bashrc according to TERM=dumb and vsh_shell_start won't see it.
  • Does not automatically complete current word when only one possible-completion (not 100% sure if possible -- need to wait until text is back from subprocess before starting completion and have no real trigger on that happening).
  • <C-q> mapping is often captured by the terminal rather than getting sent to vim anyway.
  • People expect <TAB> -- I don't want that because I like to indent larger blocks with tab (e.g. python functions in REPL, or larger GDB or shell commands), but that should probably be the default.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions