Dylan
Dylan
If you are on WIndows like me and still looking for a fix, line 25 on package.json, add 'atom-terminal:open', It should look like this: ``` "activationCommands": { "atom-workspace": [ "atom-terminal:open",...
Another example: ``` Python new_wave[length-1] = int(len(wave)[length-2] * 0.2 + wave[len(wave)-1] * 0.6) ``` :%s/len(wave)/length/g doesn't work Expected output: ```Python new_wave[length-1] = int(wave[length-2] * 0.2 + wave[length-1] * 0.6) ```...
I have tried both the solutions and it still looks like the above. 
`OtherWin cterm=none ctermfg=default ctermbg=default`
Yes, all my colorschemes are taken from the above link and placed into `~/.config/vifm/colors`. Default.vifm: (I removed all occurrences of `cterm=bold,underline,reverse,standout,italic`, I have also tried undoing the changes but to...
I did `:highlight clear` after starting and it works as shown: 
I have tried it with `gnome-term`/`terminator` and the result is the same. Both commands don't change anything after running `:highlight clear`
The default colorscheme seems to be ok now, but `:colorscheme onedark` is still buggy. I doubt this would be the reason but I'm using [vifmrun](https://github.com/cirala/vifmimg/blob/master/vifmrun) to launch vifm. My vifmrc...
Nope, the above also doesn't seem to work. Haha thanks for all the help though!
It's not just Windows Store app, Epic Store gets left behind as well. On the other hand, I have musicbee installed via the windows store and it works. I also...