Skip to content

Commit f542f98

Browse files
committed
Update tab next and prev
1 parent ab60648 commit f542f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/nvim/lua/config/keymaps.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ mappings["0"] = {
145145
}
146146

147147
mappings["b/"] = { "<CMD>Telescope buffers previewer=true<CR>", "Find" }
148-
mappings["b]"] = { "<CMD>BufferLineCycleNext<CR>", "Next" }
149-
mappings["b["] = { "<CMD>BufferLineCyclePrev<CR>", "Previous" }
148+
mappings["]"] = { "<CMD>BufferLineCycleNext<CR>", "Next" }
149+
mappings["["] = { "<CMD>BufferLineCyclePrev<CR>", "Previous" }
150150
mappings["bb"] = { "<CMD>Telescope oldfiles<CR>", "Open Recent File" }
151151
mappings["bD"] = { "<CMD>BufferSortByDirectory<CR>", "Sort by Directory" }
152152
mappings["bj"] = { "<CMD>BufferLinePick<CR>", "Jump" }

0 commit comments

Comments
 (0)