Skip to content

Commit

Permalink
nvim: CS-H/L to navigate buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
chris468 committed Jun 30, 2024
1 parent 268f751 commit 40ea50c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return {
keys = {
{ "<leader>bb", "<cmd>e #<cr>", desc = "Last" },
{ "<leader>bo", "<cmd>BufferLineCloseOthers<cr>", desc = "Delete others" },
{ "<leader>h", "<cmd>BufferLineCyclePrev<cr>", desc = "Previous buffer" },
{ "<leader>l", "<cmd>BufferLineCycleNext<cr>", desc = "Next buffer" },
{ "<C-S-H>", "<cmd>BufferLineCyclePrev<cr>", desc = "Previous buffer" },
{ "<C-S-L>", "<cmd>BufferLineCycleNext<cr>", desc = "Next buffer" },
},
}

0 comments on commit 40ea50c

Please sign in to comment.