Skip to content

Commit

Permalink
fix: resore ctrl-q to telescope profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed Dec 9, 2024
1 parent 0063769 commit 498459c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/fzf-lua/profiles/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ return {
true,
["ctrl-d"] = "preview-page-down",
["ctrl-u"] = "preview-page-up",
["ctrl-q"] = "select-all+accept",
},
},
actions = {
Expand Down

0 comments on commit 498459c

Please sign in to comment.