Swap btm shortcut with btop

This commit is contained in:
2026-01-17 00:38:51 -05:00
parent 1ada35acd9
commit 7dc53e847d
2 changed files with 11 additions and 11 deletions

View File

@@ -12,8 +12,8 @@ vim.keymap.set("n", "<leader>dd", function()
end, { desc = "Toggle lazydocker (console Docker Desktop) floating terminal" })
vim.keymap.set("n", "<leader>B", function()
Util.terminal({ "btm" }, { esc_esc = false, ctrl_hjkl = false })
end, { desc = "Toggle bottom (improved console top monitor) floating terminal" })
Util.terminal({ "btop" }, { esc_esc = false, ctrl_hjkl = false })
end, { desc = "Toggle btop (improved console top monitor) floating terminal" })
-- Allow Cmd+V pasting on mac
if vim.fn.has("mac") == 1 then