Results 22 issues of peelz

![image](https://user-images.githubusercontent.com/920910/138755050-8316e2a3-cba5-49b3-ba97-558c7356fae8.png) Relevant line: https://github.com/junegunn/fzf.vim/blob/0452b71830b1a219b8cdc68141ee58ec288ea711/bin/preview.sh#L17 I don't see an obvious fix since fzf uses `:` as the parameter separator.

**Describe the bug** Pressing `u` in normal mode after generating the documentation will reset the cursor position to the top of the file. I've only tested this with typescript files....

bug

Would it be possible to make `FromResources` command not error out with `The current directory is not a git project` when combined with other non-git resources? e.g. `:CocCommand fzf-preview.FromResources mru...

Not sure if it's intended but color0 (black) is invisible unless selected due to it sharing the same color code as the background. e.g. **gruvbox_dark.conf** ![image](https://user-images.githubusercontent.com/920910/74178653-ecd4b100-4c09-11ea-90ab-da04d0a864e5.png) **OneDark.conf** ![image](https://user-images.githubusercontent.com/920910/74178592-d29ad300-4c09-11ea-9c53-0929a8bf3822.png)

### Describe the bug I use Neovim and I mapped `VimspectorBalloonEval` to `de`. In a C# project, when I trigger the mapping over an expression containing quotes, I get this...

bug
Severity 2

### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [X] My issue happened while using mods. ### What happened?...

Would it be possible to add a setting to not consider windows in other desktops? I use a tiling window manager (Linux) and pressing Alt+Shift+Z makes me cycle through all...

My keyboard layout outputs a non-breaking space when pressing AltGr+Space, which causes this error to appear: ![image](https://user-images.githubusercontent.com/920910/134091983-f5dcdf44-dc41-4e99-a7c7-db788f4ad409.png) It can be reproduced on any keyboard layout by pressing `u00a0` in insert...

### Hyprland Version Hyprland, built from branch HEAD at commit d74607e414dcd16911089a6d4b6aeb661c880923 (props: bump ver to 0.33.1) ### Bug or Regression? Bug ### Description `hyprctl setcursor` doesn't take effect immediately. https://github.com/hyprwm/Hyprland/assets/920910/839bd829-0c50-40b2-8019-93690210787a...

bug
0: low prio

Since https://github.com/nodejs/node/pull/43772, I'm able to use the `ts-node/esm` loader on top of yarn pnp. e.g: `node -r ./.pnp.cjs --loader ./.pnp.loader.mjs --loader ts-node/esm ./test.mts`, It loads ts-node from `./yarn/cache/...ts-node.zip` and runs...