Closed mrjones2014 closed 2 years ago
In this gif, I press ctrl+g to trigger ctrlg, then esc, then space.
ctrl+g
ctrlg
esc
space
config.fish
ctrlg init fish | source
I think we just need a commandline -f repaint as an else to the if test -n "$ctrlg_selected_dir in the shell plugin
commandline -f repaint
else
if test -n "$ctrlg_selected_dir
Similar Issues
Description
In this gif, I press
ctrl+g
to triggerctrlg
, thenesc
, thenspace
.Minimal Configuration to Reproduce
config.fish
Additional Details
I think we just need a
commandline -f repaint
as anelse
to theif test -n "$ctrlg_selected_dir
in the shell plugin