random cleanups

This commit is contained in:
iofq 2025-10-04 03:50:17 -05:00
parent 095e78128b
commit 27ce531531
9 changed files with 14 additions and 53 deletions

View file

@ -68,14 +68,6 @@ return {
mode = { 'n', 't' },
desc = 'terminal open',
},
{
'<C-/>',
function()
Snacks.terminal.toggle('command -v fish >/dev/null && exec fish || exec bash')
end,
mode = { 'n', 't' },
desc = 'terminal open',
},
{
'<leader><leader>',
function()