add flybyf plugin and bind to <l>bl

This commit is contained in:
km 2024-11-25 18:54:59 +00:00
parent 8e0d4d0a2a
commit 53df3a65ac
3 changed files with 12 additions and 3 deletions

View file

@ -36,6 +36,7 @@ return {
map('n', '<Tab>', ':bn!<Enter>', { desc = 'Go to next buffer' }),
map('n', '<S-Tab>', ':bp!<Enter>', { desc = 'Go to previous buffer' }),
map('n', '<leader>bd', ':bd<Enter>', { desc = 'close the current buffer' }),
map('n', '<leader>bl', ':FlyBuf<Enter>', { desc = 'open up a list of all buffers in a float' }),
-- terraform
map('n', '<leader>ti', ':!terraform init -no-color<CR>', { desc = 'terraform init' }),