feat(nix): add graphite
This commit is contained in:
parent
e1a584ecc9
commit
8ed4522da2
2 changed files with 7 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ return {
|
|||
local ok, fzf_reload = pcall(require, 'config.fzf_reload')
|
||||
if ok then
|
||||
fzf_reload.setup(opts)
|
||||
fzf_reload.reload(true)
|
||||
fzf_reload.reload()
|
||||
end
|
||||
end,
|
||||
keys = {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue