Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Auto-trigger tab completion after j abbr expands to mise run _ (flakes-c03b)

StatusDone
TypeTask
Prioritynormal

Replace _j_abbr function with _j_expand fish function that handles expansion and triggers completion automatically when in a mise directory. Bind Space to _j_expand.

Summary of Changes

  • Removed abbreviation entry from (was using function)
  • Replaced function with in : detects when command line is exactly , expands to + triggers completion in mise dirs, or otherwise; falls through to normal space + abbr expansion for any other input
  • Added to bind Space to (both normal and insert/vi mode)