lotabout / skim

Fuzzy Finder in rust!
MIT License
5.1k stars 183 forks source link

Printed new line is weird #565

Closed mobsenpai closed 5 months ago

mobsenpai commented 5 months ago

After selection an option the new line printed shows like this->

Before select: I pressed ctrl + r it started skim and its normal. image

After select: I selected cmatrix from list and now cmat is beside my starship prompt. image

OS: Nixos
Shell: Bash
Prompt: Starship

I don't know what informative to give for this one. As I don't have any skim configuration in my bashrc. I just have a nixos option enabled

skim = {
        enable = true;
        enableBashIntegration = true;
      };
mobsenpai commented 5 months ago

Looks like the project is abandoned.

linuxmobile commented 5 months ago

Looks like the project is abandoned.

Regarding the fact that it is abandoned. As long as it works I have no problem using it. However, I find that there are people who are maintaining a fork. You could try it!

https://github.com/nrdxp/skim/

Regarding the error. In zsh I don't have this problem. I can't tell you why!