I Duran
I Duran
I just installed sc-im manually on macOS Ventura 13.1 following the instructions and I am facing the same behavior. I didn't get any errors when installing though.
Hi, sorry for the late reply. In this video, for example (and apparently after the last update) the `space` shortcut starts working once I click on the menu to preview....
Hi! I'm using the latest version (Version 2.15.9) as far a I know. I updated it today but still the issue persists as shown in the video above.
Hi Greg, Thanks for suggesting that! Actually the `max_files` option does work for me and solve the primary issue of by mistake scanning very large directories and having the UI...
@nmfirdausw I wanted the same and I got it working with the following: ```lua opts = { completion = { menu = { draw = { components = { kind_icon...
@random-un Take a look at [vimium-c](https://github.com/gdh1995/vimium-c). It is derived from Vimium but the maintainer has added additional features including this one. I have been using it for quite awhile now.
@pluiedev you are absolutely right, my bad. I should have gotten confused with `goto_split:top` 😅.
> We now have split left and up thanks to [@pluiedev](https://github.com/pluiedev) from [#2255](https://github.com/ghostty-org/ghostty/pull/2255). I'm still open to accepting sizes as well. I think my preferred syntax would be very close...
Maybe this Nvim-tree option is what you want @egoarka: ```lua require 'nvim-tree'.setup{ on_attach = my_on_attach, view = { float = { enable = true, quit_on_focus_loss = false, -- Add this...
Copying URL to clipboard with `yy` has not been working in Safari for a while. This does not work either, but it does in Chrome and Firefox: ```javascript const copyMarkdownLink...