diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-18 23:15:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-18 23:15:07 +0100 |
commit | ede544c0edb792409fdcc352e2e4454ea8d9de0d (patch) | |
tree | 09baf22a0bebe89ea60ad9e776739443b1c63410 /fnl/config | |
parent | d0bf87b97673000f692c68cfb8a94519ea639058 (diff) |
Replace ivy with dropdown theme for text search
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/which-key.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 2b7d83d..a3b4469 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -45,7 +45,7 @@ :q ["<cmd>Gitsigns diffthis HEAD<cr>" "Gitsigns diff"] :f ["<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>" "Find files"] - :g ["<cmd>Telescope live_grep theme=ivy<cr>" "Find text"] + :g ["<cmd>Telescope live_grep theme=dropdown<cr>" "Find text"] :l [:<cmd>HarpoonNext<cr> "Harpoon Next"] :h [:<cmd>HarpoonPrev<cr> "Harpoon Prev"] :v ["<cmd>lua vim.lsp.buf.rename()<cr>" :Rename] @@ -66,7 +66,7 @@ :c ["<cmd>Telescope colorscheme theme=dropdown<cr>" :Colorscheme] :f ["<cmd>Telescope find_files theme=dropdown<cr>" "Find files"] - :t ["<cmd>Telescope live_grep theme=ivy<cr>" "Find text"] + :t ["<cmd>Telescope live_grep theme=dropdown<cr>" "Find text"] :s [:<cmd>SearchSession<cr> "Find Session"] :S ["<cmd>Telescope grep_string theme=dropdown<cr>" "Find String"] :h ["<cmd>Telescope help_tags<cr>" :Help] |