chore: faster builds, fzf lua (#74)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-18 14:37:34 -04:00 committed by GitHub
parent 80efbae1e9
commit 0db4171b0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 52 additions and 25 deletions

View file

@ -96,6 +96,9 @@ function M.setup_integrations()
callback = function(args)
local bufnr = args.buf
vim.keymap.set("n", "<C-f>", "<cmd>FzfLua files<cr>", { buffer = bufnr })
vim.keymap.set("n", "<C-s>", "<cmd>FzfLua live_grep<cr>", { buffer = bufnr })
vim.keymap.set("n", "gC", function()
show_all = not show_all
require("canola").set_columns(show_all and detail_columns or base_columns)