Tomas Sandven

Results 159 comments of Tomas Sandven

> @Hubro > > > if I could go from visual block mode to Multi-Cursor mode. > > Does `cmd+shift+L` work for ya? (Add Cursors to Line Ends) > >...

> @Hubro might also be `SHIFT + ALT + I` https://nickjanetakis.com/blog/insert-multiple-cursors-at-the-start-of-every-line-with-vscode > > Search for `"Add Cursors to Line Ends"` in your settings Well that did something :P It adds...

Checking the Stackoverflow link above, it seems like the solution would be to install NPM v8 or newer, then add to the package.json: ```json "overrides": { "@types/react": "17.0.2", "@types/react-dom": "17.0.2"...

This seems to work perfectly! :rocket: Awesome job! Now I just need to wait for this version to drop in Arch linux, which is currently on 608 :smile:

Crap. I'm using syncthing for the same reason as the issue author. I've spent several hours setting up syncthing on my local PC and on my remote server through Docker,...

Doesn't seem to work with Wayland at all, actually. When I copy anything from a terminal or the browser, `cb show` shows nothing. If I copy something using `cb`, for...

@PlexSheep The context of this ticket is specifically *pasting* from `clipboard`. Since I saw references to Wayland in the source code, I had assumed everything else (like copying) worked with...

I just updated my nightly build to `v0.10.0-dev-b32b5b2` and it's still broken, but then I tried downloading the official nightly AppImage (`v0.10.0-dev-1731+g0bbe8e7fc`) and there it works :confused: So it seems...

Hold on, now it's broken in the nightly appimage too. Demonstration: Neovim 0.9.4 and 0.9.5: ![image](https://github.com/stevearc/aerial.nvim/assets/597206/95d5ce08-513f-49da-b53f-35e4edea05d7) Neovim v0.10.0-dev-2129+gba9f86a9c (nightly appimage): ![image](https://github.com/stevearc/aerial.nvim/assets/597206/7ddccb29-7cb4-4fbc-b702-4e6953ae10ee) Symptoms are all as initially described.