From 3de96d686d7b85ff22246663932c708bc6357e51 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 18 Sep 2022 11:36:47 +0530 Subject: nvim telescope --- .config/nvim/lua/justsaumit/which-key-config.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/nvim/lua/justsaumit/which-key-config.lua') diff --git a/.config/nvim/lua/justsaumit/which-key-config.lua b/.config/nvim/lua/justsaumit/which-key-config.lua index 11bb49c..b438f7e 100644 --- a/.config/nvim/lua/justsaumit/which-key-config.lua +++ b/.config/nvim/lua/justsaumit/which-key-config.lua @@ -3,7 +3,9 @@ local mappings = { q = {":q", "Quit"}, Z = {":wq", "Save and Quit"}, w = {":w", "Save"}, - x ={":bdelete", "Close"} + x ={":bdelete", "Close"}, + f = { ":Telescope find_files", "Telescope Find Files" }, + g = { ":Telescope live_grep", "Telescope Live Grep" } } local opts = {prefix = ''} wk.register(mappings, opts) -- cgit v1.2.3