added tab control keys
This commit is contained in:
parent
bb97adbf0e
commit
790db19e2c
1 changed files with 12 additions and 2 deletions
|
@ -13,8 +13,17 @@
|
|||
# barbar.nvim
|
||||
{
|
||||
mode = "n";
|
||||
action = "<cmd>BufferClose<cr>";
|
||||
action = "<cmd>BufferNext<cr>";
|
||||
key = "<leader><tab><tab>";
|
||||
options = {
|
||||
desc = "Next buffer";
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
mode = "n";
|
||||
action = "<cmd>BufferClose<cr>";
|
||||
key = "<leader><tab>q";
|
||||
options = {
|
||||
desc = "Close buffer";
|
||||
};
|
||||
|
@ -31,7 +40,8 @@
|
|||
];
|
||||
|
||||
plugins.fzf-lua.keymaps = {
|
||||
"<leader><Space>" = "live_grep";
|
||||
"<leader>/" = "live_grep";
|
||||
"<leader><Space>" = "files";
|
||||
"<leader>fg" = "git_files";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue