feat(nix): add graphite

This commit is contained in:
Barrett Ruth 2026-02-15 13:34:00 -05:00
parent e1a584ecc9
commit 8ed4522da2
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 7 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