update keymaps
This commit is contained in:
parent
ddab79b4dc
commit
2e9047c986
1 changed files with 5 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
|||
{ config, ... }: {
|
||||
|
||||
{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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue