feat: add empty fish_mode_prompt stub to suppress vi-mode prefix

This commit is contained in:
2026-06-12 00:35:26 -04:00
parent e90cdeb259
commit fefcb9034b
+16
View File
@@ -0,0 +1,16 @@
# Copyright (C) 2026 Rootiest
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# SYNOPSIS
# fish_mode_prompt
#
# DESCRIPTION
# Empty override. Suppresses fish's built-in vi-mode prefix ([N]/[I]/etc.)
# that would prepend to the prompt line and break the two-line nim layout.
# Vi-mode display is handled inside fish_prompt itself.
#
# EXAMPLE
# # Rendered automatically by fish; not called directly.
function fish_mode_prompt
end