Tomas Sandven
Tomas Sandven
It sounds like you're requesting a feature that depends on *mouse hover*. This is not possible, as Neovide has no concept of mouse hover or the mouse position in general.
Hey, that works! Is there currently any way to specify "expand until the closest parent of one of the following types"? i.e. expand to either a function definition or class...
Have you tried tweaking the `context` config option?
I've checked what device the headset is by reconnecting the USB while watching dmesg: ``` [ +0.076178] usb 1-14.1.5: new full-speed USB device number 23 using xhci_hcd [ +0.092107] usb...
Trying to `cat` the HTC Vive device fails with permission denied: ``` ➜ cat /dev/hidraw6 cat: /dev/hidraw6: Permission denied ``` Doing it as sudo succeeds, as it hangs indefinitely rather...
Alright, I can confirm this is a device permissions issue, and the udev rules don't appear to be working. If I run these commands right before launching Steam, I can...
How infuriating. Two and a half years later, new VR headset (Vive Pro 2) and new Arch install, *exactly* the same problem still. The udev rules don't do shit. Setting...
Same here, super super super annoying. I often `df` to delete one command line argument, then `.` to repeat it 4-5 times. Any time I hit `.`, 3 lines above...
@jeffreytse Of course, I still use this plugin every day :slightly_smiling_face: The fix didn't work though, unfortunately. If I repeat a `df` command, above lines are still chomped. Also, if...
@jeffreytse Are you using [Starship](https://starship.rs)? My first guess is that the extra line breaks in every prompt is causing the issue. Aside from that, my relevant zsh config is: ```zsh...