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,5 +1,4 @@
{config, ...}: {
plugins = {
bufferline = {
enable = true;
@ -8,7 +7,7 @@
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";