diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-16 16:28:22 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-08-16 16:28:22 -0400 |
| commit | e184d7cee358abc277a51f040cacf236f1eaceab (patch) | |
| tree | bfc7ced143a04d6d79f955ca7c37b962a01773f3 /nvim/lua/plugins/telescope.lua | |
| parent | d3230ab29e56f97966f05cf2232a2e92d6a1302f (diff) | |
removed lspzero, updated keymaps
Diffstat (limited to 'nvim/lua/plugins/telescope.lua')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index a11664c..2e925c3 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -14,7 +14,7 @@ return { require("telescope.builtin").buffers() end }, - {"<leader>gf", function() + {"<leader>fg", function() require("telescope.builtin").live_grep() end }, |
