Fabian David Schmidt

Results 137 comments of Fabian David Schmidt

@anihm136 If possible, try vim.fn.getpos('v') (start) and vim.fn.getcurpos() (quasi-end of visual mode) which are updated live as opposed to '< and '> registers that are only updated after leaving visual...

@anihm136 I'm also very close to full v-block mode support - hopefully only multi-width backwards v-block edge cases to iron out. Once finished, I'll commit it to telescope for review...

> I wonder if the loading of the preview buffer interferes with the handling of key-presses. I think that's because the preview buffers in telescope are cached, whereas at first...

I've briefly looked at the code and I think the docs are wrong. Does ```lua [""] = { actions.close, kind = "action", opts = { silent = true, nowait =...

Ah my apologies :facepalm: today is not my day, only read it's fixed and thought issue wasn't closed automatically. Of course, you're right :)

@chase for the time being for that large of a scale fzf probably is the better tool. telescope and fzf are perfectly fine to co-exist, after all :) telescope in...

See also `:h telescope.defaults.preview`. Also has some options to opt-out of treesitter etc.

I cannot reproduce this issue. Seems to work just as other initial modes for these two pickers for me.

> So once this gets merged, how would one get the content from the visual selection to actually show up (asking for https://github.com/nvim-telescope/telescope.nvim/issues/1766)? You have a function that extracts the...