pywal icon indicating copy to clipboard operation
pywal copied to clipboard

error in vim when using colorscheme with .cache/wal/sequences

Open zesk06 opened this issue 4 years ago • 2 comments

when the line (cat ~/.cache/wal/sequences &) is added to the .zshenv file, launching a :!ls command in neovim introduces bad chars in the ls result:

:!ls
^[]4;0;#1e1310^[\^[]4;1;#629A3B^[\^[]4;2;#E79E22^[\^[]4;3;#D5B731^[\^[]4
;4;#3D5984^[\^[]4;5;#4D7091^[\^[]4;6;#68999C^[\^[]4;7;#b4c7d8^[\^[]4;8;#
7d8b97^[\^[]4;9;#629A3B^[\^[]4;10;#E79E22^[\^[]4;11;#D5B731^[\^[]4;12;#3
D5984^[\^[]4;13;#4D7091^[\^[]4;14;#68999C^[\^[]4;15;#b4c7d8^[\^[]10;#b4c
7d8^[\^[]11;#1e1310^[\^[]12;#b4c7d8^[\^[]13;#b4c7d8^[\^[]17;#b4c7d8^[\^[
]19;#1e1310^[\^[]4;232;#1e1310^[\^[]4;256;#b4c7d8^[\^[]708;#1e1310^[\bin

Same with fzf See related SO question: here See ASCIInema example

no workaround found

zesk06 avatar Jun 25 '20 19:06 zesk06

I had the same issue, but noticed that it works if your cat the sequences in your .zshrc instead of the .zshenv.

FabianUntermoser avatar Jul 27 '20 17:07 FabianUntermoser

I'm having the same issue too with nvim. :checkhealth gives me this:

image

quantum-booty avatar Dec 29 '20 04:12 quantum-booty