summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/whichkey.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua
index a1db1c3..143ed61 100644
--- a/lua/config/whichkey.lua
+++ b/lua/config/whichkey.lua
@@ -92,7 +92,8 @@ local mappings = {
"<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>",
"Find files",
},
- ["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
+ ["F"] = { "<cmd>Telescope file_browser<cr>", "Browse files" },
+ ["t"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
["P"] = { "<cmd>Telescope projects<cr>", "Projects" },
["z"] = { "<cmd>ZenMode<cr>", "Zen Mode" },
["v"] = { "<cmd>vsplit<cr>", "Vertical Split" },