Swithed from IlanCosman to plttn version of tide

This commit is contained in:
Ivan Golikov 2026-05-27 21:47:46 +02:00
parent 0ed893ecd0
commit 292c618236
39 changed files with 693 additions and 201 deletions

View file

@ -3,7 +3,9 @@ function _tide_item_character
set -q add_prefix || echo -ns ' '
test "$fish_key_bindings" = fish_default_key_bindings && echo -ns $tide_character_icon ||
if test "$fish_key_bindings" = fish_default_key_bindings || test -z "$fish_key_bindings"
echo -ns $tide_character_icon
else
switch $fish_bind_mode
case insert
echo -ns $tide_character_icon
@ -14,4 +16,5 @@ function _tide_item_character
case visual
echo -ns $tide_character_vi_icon_visual
end
end
end