From f5a8605de8b202ad656caee6ba072a98b5c53953 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Wed, 22 Feb 2023 07:17:38 +0100 Subject: nvim: shorten useful mappings Think about all the time this will save! --- .config/nvim/lua/mappings.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config') diff --git a/.config/nvim/lua/mappings.lua b/.config/nvim/lua/mappings.lua index acbb748..6b63af3 100644 --- a/.config/nvim/lua/mappings.lua +++ b/.config/nvim/lua/mappings.lua @@ -30,9 +30,9 @@ map('n', '', ':wincmd k', opts) map('n', '', ':wincmd l', opts) map('n', 'p', 'Telescope find_files', opts) -map('n', 'fg', 'Telescope live_grep', opts) -map('n', 'fb', 'Telescope buffers', opts) -map('n', 'fh', 'Telescope help_tags', opts) +map('n', 'g', 'Telescope live_grep', opts) +map('n', 'b', 'Telescope buffers', opts) +map('n', 'h', 'Telescope help_tags', opts) map('n', 'ds', 'Telescope lsp_document_symbols', opts) map('n', 'ws', 'Telescope lsp_workspace_symbols', opts) -- cgit v1.2.3-70-g09d2