diff --git a/README.md b/README.md index 8cc96b0..dd61101 100644 --- a/README.md +++ b/README.md @@ -208,9 +208,9 @@ I'd install it first and add its setup line : - **Managing tabs with bufferline!** -- Shift l or s cycle through opened tabs -- Shift d close current tab -- Shift b open new tab +- Shift TAB or Shift TAB cycle through opened tabs +- Shift x close current tab +- Shift t open new tab # TODO diff --git a/lua/top-bufferline.lua b/lua/top-bufferline.lua index d5680d6..bcf5048 100644 --- a/lua/top-bufferline.lua +++ b/lua/top-bufferline.lua @@ -73,5 +73,5 @@ map("n", "", [[tabnew]], opt) map("n", "", [[bdelete]], opt) -- tabnew and tabprev -map("n", "", [[BufferLineCycleNext]], opt) -map("n", "", [[BufferLineCyclePrev]], opt) +map("n", "", [[BufferLineCycleNext]], opt) +map("n", "", [[BufferLineCyclePrev]], opt)