Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: does COMPLETE_IN_WORD work at all?



On Sep 14,  2:21am, dominik.vogt@xxxxxx wrote:
} Subject: does COMPLETE_IN_WORD work at all?
}
} I have wondered what the COMPLETE_IN_WORD option actually does for
} years.
} 
} But it never works when I try it:

That's probably because you have TAB bound to expand-or-complete-prefix.
The examples assume you have it bound to either expand-or-complete or
simply complete-word.

Using expand-or-complete-prefix explicitly neutralizes COMPLETE_IN_WORD,
because it forces completion to ignore everything after the cursor.

Only setopts are reset by "emulate -R", not keybindings or variables.



Messages sorted by: Reverse Date, Date, Thread, Author