Skip to content

Commit

Permalink
change DBUI Toogle to <leader>dbi
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonfernando committed Jan 26, 2025
1 parent 73ddc83 commit cee7c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/config/keybindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ map('n', "<leader>6", "<cmd>Grapple select index=6<cr>", options)
map('n', "<leader>7", "<cmd>Grapple select index=7<cr>", options)
map('n', "<leader>8", "<cmd>Grapple select index=8<cr>", options)
-- vim dadbob
map('n', "<leader>db", "<cmd>DBUIToggle<cr>", options)
map('n', "<leader>dbi", "<cmd>DBUIToggle<cr>", options)

0 comments on commit cee7c73

Please sign in to comment.