You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did a fresh install of Arch on my computer and wanted to get away from OhMyZsh since it had so many things I just never use, so I made a new zshrc. I downloaded powerlevel10k via pacman and went through the usual procedures, resulting in the following zshrc and .config files in this gitlab link (ignore commands.txt as that's just the programs I installed, and was part of my initial Reddit question linked below). The problem comes when I use vim or vifm, and use the :shell command.
Normally, when you're in vim or vifm, you can use :shell to go to the normal terminal screen, do your stuff, then use exit to go back to vim or vifm. But with p10k installed, it outputs:
[me ~ ] exit
zsh: suspended (tty output) vim
[me ~ ] exit
zsh: You have suspended jobs.
[me ~ ] exit
<terminal closes>
This link goes further into details about my problem, when I asked about it on Reddit.
This problem only happens when I use Powerlevel10k, and after I found that out I tried doing the direct install method (as opposed to the Arch install method) and had the same problems.
I use zsh 5.8, my kernel is 5.6.12-arch1-1, and this problem persisted with all four terminals I tested, being: Alacritty, ST, Konsole, and Gnome-terminal.
The text was updated successfully, but these errors were encountered:
I just did a fresh install of Arch on my computer and wanted to get away from OhMyZsh since it had so many things I just never use, so I made a new zshrc. I downloaded powerlevel10k via pacman and went through the usual procedures, resulting in the following zshrc and .config files in this gitlab link (ignore commands.txt as that's just the programs I installed, and was part of my initial Reddit question linked below). The problem comes when I use vim or vifm, and use the
:shell
command.Normally, when you're in vim or vifm, you can use
:shell
to go to the normal terminal screen, do your stuff, then useexit
to go back to vim or vifm. But with p10k installed, it outputs:This link goes further into details about my problem, when I asked about it on Reddit.
This problem only happens when I use Powerlevel10k, and after I found that out I tried doing the direct install method (as opposed to the Arch install method) and had the same problems.
I use zsh 5.8, my kernel is 5.6.12-arch1-1, and this problem persisted with all four terminals I tested, being: Alacritty, ST, Konsole, and Gnome-terminal.
The text was updated successfully, but these errors were encountered: