Skip to content

Commit 24ff9bd

Browse files
committed
Fix buffer cycle naming
1 parent 92d7897 commit 24ff9bd

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
@@ -139,8 +139,8 @@ mappings["8"] = { "<CMD>BufferLineGoToBuffer 8<CR>", "Select Buffer 8" }
139139
mappings["9"] = { "<CMD>BufferLineGoToBuffer 9<CR>", "Select Buffer 9" }
140140

141141
mappings["b/"] = { "<CMD>Telescope buffers previewer=true<CR>", "Find" }
142-
mappings["b]"] = { "<CMD>BufferLineCycleNext<CR>", "Previous" }
143-
mappings["b["] = { "<CMD>BufferLineCyclePrev<CR>", "Next" }
142+
mappings["b]"] = { "<CMD>BufferLineCycleNext<CR>", "Next" }
143+
mappings["b["] = { "<CMD>BufferLineCyclePrev<CR>", "Previous" }
144144
mappings["bb"] = { "<CMD>Telescope oldfiles<CR>", "Open Recent File" }
145145
mappings["bD"] = { "<CMD>BufferSortByDirectory<CR>", "Sort by Directory" }
146146
mappings["bj"] = { "<CMD>BufferLinePick<CR>", "Jump" }

0 commit comments

Comments
 (0)