Skip to content

Commit

Permalink
added a keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
coderj001 committed Aug 23, 2022
1 parent 6da02f0 commit 6e0989a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/user/keybindings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ keymap("n", "<Leader>C",
keymap("n", "<Leader>cc",
":lua require('nvim-comment-frame').add_comment()<cr>", opts)
keymap("n", "<Leader>ca", ":CodeActionMenu<cr>", opts)
keymap("n", "<Leader>xc", ":TroubleClose<cr>", opts)
keymap("n", "<Leader>xx", ":Trouble<cr>", opts)
keymap("n", "<Leader>xw", ":Trouble workspace_diagnostics<cr>", opts)
keymap("n", "<Leader>xd", ":Trouble document_diagnostics<cr>", opts)
Expand Down

0 comments on commit 6e0989a

Please sign in to comment.