├── LICENSE ├── README.md ├── gifs ├── bufferpicker.gif ├── bufferpicker2.gif ├── colorschemes.gif ├── files.gif ├── helptags.gif ├── manpicker.gif └── rg.gif └── lua ├── fzf-commands.lua └── fzf-commands ├── bufferpicker.lua ├── bufferpicker2.lua ├── colorschemes.lua ├── files.lua ├── helptags.lua ├── manpicker.lua ├── rg.lua ├── term.lua └── utils.lua /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/README.md -------------------------------------------------------------------------------- /gifs/bufferpicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/bufferpicker.gif -------------------------------------------------------------------------------- /gifs/bufferpicker2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/bufferpicker2.gif -------------------------------------------------------------------------------- /gifs/colorschemes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/colorschemes.gif -------------------------------------------------------------------------------- /gifs/files.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/files.gif -------------------------------------------------------------------------------- /gifs/helptags.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/helptags.gif -------------------------------------------------------------------------------- /gifs/manpicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/manpicker.gif -------------------------------------------------------------------------------- /gifs/rg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/gifs/rg.gif -------------------------------------------------------------------------------- /lua/fzf-commands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands.lua -------------------------------------------------------------------------------- /lua/fzf-commands/bufferpicker.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/bufferpicker.lua -------------------------------------------------------------------------------- /lua/fzf-commands/bufferpicker2.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/bufferpicker2.lua -------------------------------------------------------------------------------- /lua/fzf-commands/colorschemes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/colorschemes.lua -------------------------------------------------------------------------------- /lua/fzf-commands/files.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/files.lua -------------------------------------------------------------------------------- /lua/fzf-commands/helptags.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/helptags.lua -------------------------------------------------------------------------------- /lua/fzf-commands/manpicker.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/manpicker.lua -------------------------------------------------------------------------------- /lua/fzf-commands/rg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/rg.lua -------------------------------------------------------------------------------- /lua/fzf-commands/term.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/term.lua -------------------------------------------------------------------------------- /lua/fzf-commands/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vijaymarupudi/nvim-fzf-commands/HEAD/lua/fzf-commands/utils.lua --------------------------------------------------------------------------------