add barbar

This commit is contained in:
Robert Altner 2024-07-29 11:35:27 +02:00
parent 0e579c783e
commit 63ce97140d
No known key found for this signature in database
GPG key ID: 58794C52DAF9EAD8
2 changed files with 4 additions and 3 deletions

View file

@ -55,3 +55,6 @@ map("i", "<A-k>", "<Esc>:m .-2<CR>==gi")
map("v", "<A-j>", ":m '>+1<CR>gv=gv")
map("v", "<A-k>", ":m '<-2<CR>gv=gv")
map('n', '<leader>p', '<Cmd>BufferPick<CR>', opts)
map('n', '<leader>d', '<Cmd>BufferPickDelete<CR>', opts)