Slack System

Results 39 comments of Slack System

Also happened with [this fairly basic project](https://github.com/slacksystem/Skyrim-VR-Tools-Malarkey.git). Inside one of the events I tried to add `Debug.` and hit Ctrl-Space for completions and it took 20-ish seconds for them to...

> @slacksystem are you running the CK out of MO2 by chance? I tried running it in MO2, its slow as heck. Ran it outside of MO2 and the autocomplete...

I'm having a little bit of a hard time following this, is there a version for 1.1.2 that doesn't mess up other game mechanics?

Couldn't it just check for the basename? i.e. ``` if shell.split("/")[-1] == "zsh": ``` and ``` elif shell.split("/")[-1] == "bash": ``` This would allow for it to work with zsh...

Hi I'm so sorry I totally forgot about this. To answer your questions finally, I installed using tpm. It seemed to install fine, and the folder is there with all...

It looks like mine was actually a keybinding conflict with `tmux-notify`. Setting the keybind for ` tmux-modal` to -v fixed it. Not sure why it didn't work with M-v, but...

Running into the same thing here. Would love to see a fix especially given how old this issue apparently is

I'm wondering if a response could be given in whether this is in progress or unplanned as it's been asked a couple of times over the last year or so....

An implementation of the completion functions that can be used in a range, as an alternative option to all the text, could be great in relation to this, both from...

> This is what I added to my profile to make `jk` go to comand mode: > > ``` > $j_timer = New-Object System.Diagnostics.Stopwatch > > Set-PSReadLineKeyHandler -Key j -ViMode...