From d9633f2b38fe033fe97282098cff907bcca45438 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 21 Oct 2024 21:53:15 +0200 Subject: [PATCH] Remove stale docs about fish_vi_force_cursor Remove in 983746a69 (fish_vi_cursor: Remove terminal checks, 2024-08-30). --- doc_src/interactive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index 654e2b16c..b1761085e 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -438,7 +438,7 @@ Additionally, ``blink`` can be added after each of the cursor shape parameters t Fish knows the shapes "block", "line" and "underscore", other values will be ignored. -If the cursor shape does not appear to be changing after setting the above variables, it's likely your terminal emulator does not support the capabilities necessary to do this. It may also be the case, however, that ``fish_vi_cursor`` has not detected your terminal's features correctly (for example, if you are using ``tmux``). If this is the case, you can force ``fish_vi_cursor`` to set the cursor shape by setting ``$fish_vi_force_cursor`` in ``config.fish``. You'll have to restart fish for any changes to take effect. If cursor shape setting remains broken after this, it's almost certainly an issue with your terminal emulator, and not fish. +If the cursor shape does not appear to be changing after setting the above variables, it's likely your terminal emulator does not support the capabilities necessary to do this. .. _vi-mode-command: