From eba90135433125158eb478b258a3a2d31163261b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 9 Sep 2021 13:08:20 +0200 Subject: [PATCH] Buffer list with leader + b --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fbd219d..7d3d198 100644 --- a/init.lua +++ b/init.lua @@ -75,7 +75,7 @@ utils.map('n', 'g', 'Telescope git_files') utils.map('n', 'o', 'Telescope oldfiles') utils.map('n', 'h', 'Telescope command_history') utils.map('n', '', 'Telescope commands') -utils.map('n', 'fb', 'Telescope buffers') +utils.map('n', 'b', 'Telescope buffers') utils.map('n', '', 'Telescope lsp_document_symbols') -------------------- LSP ----------------------------------- local lsp = require 'lspconfig'