From d78b602efc5b525f178b8e1b265b89f6dfda1580 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 9 Apr 2022 18:46:47 +0200 Subject: Better keyrepeat rate settings, added nvim live grep shortcut --- config/nvim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'config/nvim/lua') diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index 71498e9..a5cd5ce 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -181,6 +181,7 @@ return require('packer').startup(function() map('n', '', 'Telescope git_files', {}) map('n', 'H', 'Telescope help_tags', {}) map('n', ';', 'Telescope commands', {}) + map('n', 'g', 'Telescope live_grep', {}) end } -- cgit