neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(fzf-lua): add more easy `toggle-all` mapping

+3
+3
lua/plugins/fzf-lua.lua
··· 18 18 ["<C-f>"] = "preview-page-down", 19 19 ["<C-b>"] = "preview-page-up", 20 20 }, 21 + fzf = { 22 + ["ctrl-l"] = "toggle-all", 23 + }, 21 24 }, 22 25 }) 23 26