Skip to content

Commit

Permalink
neovim: Set fuzzy refinement mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed Jul 3, 2022
1 parent 091d242 commit 60334c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/private_dot_config/nvim/lua/user/spotlight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ local actions = require("telescope.actions")

telescope.setup({
pickers = {
live_grep = {
mappings = {
i = { ["<c-f>"] = actions.to_fuzzy_refine },
},
},
buffers = {
show_all_buffers = true,
sort_lastused = true,
Expand Down

0 comments on commit 60334c2

Please sign in to comment.