update keymaps

This commit is contained in:
Roel de Cort 2024-04-19 16:51:37 +02:00
parent ddab79b4dc
commit 2e9047c986

View file

@ -1,14 +1,13 @@
{ config, ... }: {
{config, ...}: {
plugins = {
bufferline = {
enable = true;
enable = true;
};
};
keymaps = [
{
mode = "n";
key = "<leader>]b";
key = "]b";
action = "<cmd>BufferLineCycleNext<cr>";
options = {
desc = "Cycle to next buffer";
@ -17,7 +16,7 @@
{
mode = "n";
key = "<leader>[b";
key = "[b";
action = "<cmd>BufferLineCyclePrev<cr>";
options = {
desc = "Cycle to previous buffer";