From 260a273957a3235305eda4f9dfd33a3f4c559c3e Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 23 Feb 2022 21:11:30 +0100 Subject: [PATCH] feat: add find/grep mappings --- lua/keymaps.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/keymaps.lua b/lua/keymaps.lua index ca9c3d0..6fc9e13 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -30,6 +30,8 @@ nnoremap("g", ":Git") nnoremap("ff", "Telescope find_files theme=dropdown") nnoremap("fb", "Telescope buffers theme=dropdown") nnoremap("fg", "Telescope git_files theme=dropdown") +nnoremap("", "Telescope grep_string") +nnoremap("", "Telescope live_grep") -- terminal function _G.set_terminal_keymaps()