Skip to content

Commit

Permalink
Update lua/iforster/plugins/telescope.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
imforster authored Jan 20, 2025
1 parent 1878865 commit 5a492a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/iforster/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ return {
["<C-k>"] = actions.move_selection_previous, -- move to prev result
["<C-j>"] = actions.move_selection_next, -- move to next result
["<C-q>"] = actions.send_selected_to_qflist + custom_actions.open_trouble_qflist,
["<C-t>"] = trouble_telescope.open,
["<C-t>"] = trouble_telescope.smart,
},
},
},
Expand Down

0 comments on commit 5a492a8

Please sign in to comment.