From 2e9047c9861f7531d475f79b8f9dfa4f6764baea Mon Sep 17 00:00:00 2001 From: Roel de Cort Date: Fri, 19 Apr 2024 16:51:37 +0200 Subject: [PATCH] update keymaps --- config/plugins/ui/bufferline.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/config/plugins/ui/bufferline.nix b/config/plugins/ui/bufferline.nix index 542c777..eea35fc 100644 --- a/config/plugins/ui/bufferline.nix +++ b/config/plugins/ui/bufferline.nix @@ -1,23 +1,22 @@ -{ config, ... }: { - +{config, ...}: { plugins = { bufferline = { - enable = true; + enable = true; }; }; keymaps = [ { mode = "n"; - key = "]b"; + key = "]b"; action = "BufferLineCycleNext"; options = { desc = "Cycle to next buffer"; }; } - + { mode = "n"; - key = "[b"; + key = "[b"; action = "BufferLineCyclePrev"; options = { desc = "Cycle to previous buffer";