We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab60648 commit f542f98Copy full SHA for f542f98
config/nvim/lua/config/keymaps.lua
@@ -145,8 +145,8 @@ mappings["0"] = {
145
}
146
147
mappings["b/"] = { "<CMD>Telescope buffers previewer=true<CR>", "Find" }
148
-mappings["b]"] = { "<CMD>BufferLineCycleNext<CR>", "Next" }
149
-mappings["b["] = { "<CMD>BufferLineCyclePrev<CR>", "Previous" }
+mappings["]"] = { "<CMD>BufferLineCycleNext<CR>", "Next" }
+mappings["["] = { "<CMD>BufferLineCyclePrev<CR>", "Previous" }
150
mappings["bb"] = { "<CMD>Telescope oldfiles<CR>", "Open Recent File" }
151
mappings["bD"] = { "<CMD>BufferSortByDirectory<CR>", "Sort by Directory" }
152
mappings["bj"] = { "<CMD>BufferLinePick<CR>", "Jump" }
0 commit comments