update keymaps
This commit is contained in:
parent
ddab79b4dc
commit
2e9047c986
1 changed files with 5 additions and 6 deletions
|
|
@ -1,14 +1,13 @@
|
||||||
{ config, ... }: {
|
{config, ...}: {
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
bufferline = {
|
bufferline = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>]b";
|
key = "]b";
|
||||||
action = "<cmd>BufferLineCycleNext<cr>";
|
action = "<cmd>BufferLineCycleNext<cr>";
|
||||||
options = {
|
options = {
|
||||||
desc = "Cycle to next buffer";
|
desc = "Cycle to next buffer";
|
||||||
|
|
@ -17,7 +16,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
mode = "n";
|
mode = "n";
|
||||||
key = "<leader>[b";
|
key = "[b";
|
||||||
action = "<cmd>BufferLineCyclePrev<cr>";
|
action = "<cmd>BufferLineCyclePrev<cr>";
|
||||||
options = {
|
options = {
|
||||||
desc = "Cycle to previous buffer";
|
desc = "Cycle to previous buffer";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue