Easily find buffers with Telescope when many are open (#560)

This commit is contained in:
Lee Marlow 2021-06-30 10:13:25 -06:00 committed by GitHub
parent e161706ba3
commit cfe9854c8f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ local mappings = {
b = {
name = "Buffers",
j = {"<cmd>BufferPick<cr>", "jump to buffer"},
f = {"<cmd>Telescope buffers<cr>", "Find buffer"},
w = {"<cmd>BufferWipeout<cr>", "wipeout buffer"},
e = {
"<cmd>BufferCloseAllButCurrent<cr>", "close all but current buffer"