Fabian David Schmidt
Fabian David Schmidt
I've tried with both `minimal_init.lua` and my configuration and cannot reproduce as mp4 files are consistently shown (unfortunately I have no mov files). Is there anything special to the files...
> it shows them on one side of the viewer when a layer higher in the file browser To make sure, do you mean the folder previewer? If so, I...
> Yes, you can either set respect_gitignore = false in your defaults or call file_browser with { respect_gitignore = false } as an argument. As @jamestrew sufficiently stated, you can...
```lua require("telescope").setup { extensions = { file_browser = { hidden = true }, }, } ```
> C-i Side comment: most terminal emulators interpret C-i as tab for historical reasons. Just try it in insert mode -- chances are it produces a tab. > Just replacing...
No harm in keeping this open. Mid July I should have more time again and it should be relatively straightforward for me to do.
https://github.com/nvim-telescope/telescope-file-browser.nvim/pull/56 will change the logic of our mappings. * Remove the trailing `_file` of `fb_actions.{create, rename, remove, move, open}_file` to simplify and avoid confusion * Mappings prefixed with `` correspond...
The default mapping for going to the parent directory will change some time soon as per popular reddit requests (and /g are slowish). Please watch out for #62
I'm considering overhauling mappings once more. Please comment on #65 whether you prefer the current state of things over the proposal there or what you would like to see changed....
#117 changed the behavior when hitting `Enter` in file browser mode with a prompt that yields no results. Now, it creates the file/folder and immediately opens it. So, in case...