Skip to content

Commit

Permalink
mappings: changed trouble from leader to ctrl to free leader a for av…
Browse files Browse the repository at this point in the history
…ante

Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Sep 17, 2024
1 parent 6cc0469 commit 75b64f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ local function navigations()
})

keymaps.register("n", {
["<leader>a"] = [[<cmd>TodoTrouble<cr>]],
["<leader>u"] = [[<cmd>UndotreeToggle<cr>]],
["<leader>x"] = [[<cmd>Trouble workspace_diagnostics<cr>]],
["<C-a>"] = [[<cmd>TodoTrouble<cr>]],
["<C-x>"] = [[<cmd>Trouble workspace_diagnostics<cr>]],
})
end

Expand Down

0 comments on commit 75b64f0

Please sign in to comment.