chore: fixes some annoyances
- bufdelete handling - installs snipe - installs gitportal
This commit is contained in:
parent
b43aae5545
commit
f3edba3aae
6 changed files with 78 additions and 19 deletions
|
|
@ -22,12 +22,6 @@ return {
|
|||
mode = "n",
|
||||
},
|
||||
{ "<leader>b", group = "+buffer", mode = "n" },
|
||||
{
|
||||
"<leader>bd",
|
||||
"<Cmd>bd!<CR>",
|
||||
desc = "Delete current buffer",
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>bn",
|
||||
"<Cmd>bn<CR>",
|
||||
|
|
@ -40,6 +34,12 @@ return {
|
|||
desc = "Move to previous buffer",
|
||||
mode = "n",
|
||||
},
|
||||
{
|
||||
"<leader>bk",
|
||||
"<Cmd>bn<CR>",
|
||||
desc = "Kill buffer and window",
|
||||
mode = "n",
|
||||
},
|
||||
{ "<leader>c", group = "+code", mode = "n" },
|
||||
{
|
||||
"<leader>cr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue