发布

  • feat(neovim): add forward query history cycling (cycle_forward_query) (#435)

    frostbyte_neo 发布于 2026-05-02 15:40:15 +00:00

    Add a new keymap 'cycle_forward_query' (default ) that allows
    navigating forward through the query history toward more recent queries.
    This complements the existing 'cycle_previous_query' () which
    cycles backward, enabling full bidirectional navigation of query history
    without losing your place.

    • New config key: keymaps.cycle_forward_query (default: '')
    • New function M.cycle_forward_query() that decrements history_offset
      to walk forward through recent entries
    • Shares the history_offset state with recall_query_from_history for
      seamless bidirectional traversal
    下载附件