update flake

This commit is contained in:
Barrett Ruth 2026-02-15 01:13:32 -05:00
parent 34645c0429
commit a95e7bf09e
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 14 additions and 7 deletions

View file

@ -266,12 +266,12 @@ return {
end,
},
keymaps = {
['<C-h>'] = false,
['<C-t>'] = false,
['<C-l>'] = false,
['<C-r>'] = 'actions.refresh',
['<C-s>'] = { 'actions.select', opts = { vertical = true } },
['<C-x>'] = { 'actions.select', opts = { horizontal = true } },
['<c-h>'] = false,
['<c-t>'] = false,
['<c-l>'] = false,
['<c-r>'] = 'actions.refresh',
['<c-s>'] = { 'actions.select', opts = { vertical = true } },
['<c-x>'] = { 'actions.select', opts = { horizontal = true } },
['q'] = function()
local ok, bufremove = pcall(require, 'mini.bufremove')
if ok then