mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Fix external cursor not being restored on exiting Vi mode
This commit is contained in:
@@ -18,7 +18,7 @@ function fish_vi_cursor -d 'Set cursor shape for different vi modes'
|
||||
__fish_vi_cursor fish_cursor_$fish_bind_mode
|
||||
end
|
||||
|
||||
function fish_vi_cursor_handle_preexec --on-event fish_preexec
|
||||
function fish_vi_cursor_handle_preexec --on-event fish_preexec --on-event fish_exit
|
||||
set -l varname fish_cursor_external
|
||||
if not set -q \$varname
|
||||
set varname fish_cursor_default
|
||||
|
||||
Reference in New Issue
Block a user