Page Index - ibhagwan/fzf-lua GitHub Wiki
59 page(s) in this GitHub Wiki:
- Home
- Welcome to the fzf :heart: lua wiki!
- FAQ
- General
- What is fzf-lua?
- OK, but what does that even mean?
- fzf-lua vs fzf.vim
- Does fzf-lua require or conflict with fzf/fzf.vim?
- fzf-lua vs telescope.nvim
- What's the recommended setup?
- How can I quickly test fzf-lua with minimal init?
- Using scripts/mini.sh (recommended)
- Using scripts/minimal_init.lua (the "old" method)
- How to cycle among results?
- Customization
- Appearance
- How do I change the window size and position
- Can I set the window size dynamically?
- How do I change the layout of fzf and the preview window?
- How do I set the preview to start hidden?
- How do I set the preview syntax highlight theme?
- How do I change the colors of the fzf popup window?
- Can I use fzf-lua in a split instead of a window?
- Icon padding for terminals with double width icon support
- Auto redraw when neovim window is resized
- How do I disable current working dir in files prompt?
- Automatic sizing of height/width of vim.ui.select
- Keybinds
- How do I set custom keybinds?
- How do I set custom actions?
- How do I setup input history keybinds?
- How do I send all grep results to quickfix list?
- Misc
- Set current working directory for providers
- How do I exclude paths (e.g. 'node_modules')?
- How do I ignore specific file patterns?
- What does multiprocess do?
- What's the difference between grep and live_grep?
- How can I simulate fzf.vim's Rg command?
- Can I continue from the last search?
- live_grep shows no results before I start typing
- Can I use ripgrep's --glob|iglob option with live_grep?
- How can I send custom flags to ripgrep with live_grep?
- How can I restrict grep search to certain files?
- Search results do not appear in the same order
- LSP: prevent window flashing when no results
- LSP: jump to location for single result
- LSP references: ignore current line
- LSP references: ignore declaration
- Disable or hide filename fuzzy search
- How do I get maximum performance out of fzf-lua?
- Can fzf-lua preview media files?
- List of command line utilities for terminal image previews
- List of command line utilities for image generation
- A recommended workflow for big projects
- Prevent window flashing during size change
- Workspace LSP symbols do not work
- Advanced
- Options