From d3512c5e88a24d3d8af8cc9d4e11d82d94d90951 Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Fri, 29 Mar 2024 21:24:00 -0400
Subject: modify keybinds a bit

---
 lua/conf/binds.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'lua/conf/binds.lua')

diff --git a/lua/conf/binds.lua b/lua/conf/binds.lua
index b06bd2f..1e1b04a 100644
--- a/lua/conf/binds.lua
+++ b/lua/conf/binds.lua
@@ -52,7 +52,7 @@ a.nvim_create_autocmd('FileType', {
 map('n', '[]', '<cmd>tabnew<CR>')
 map('n', '][', '<cmd>tabc<CR>')
 map('n', '[[', '<cmd>tabp<CR>')
-map('n', ']]', '<cmd>tabN<CR>')
+map('n', ']]', '<cmd>tabn<CR>')
 
 -- config binds ---------------------------------------------------------------
 map('n', '<leader>m', conf.configmenu, { desc = 'Neovim config manager menu', })
@@ -126,7 +126,7 @@ end
 
 map('n', '<leader>u', '<cmd>UndotreeToggle<CR>', { desc = 'Open undo tree.' })
 map('n', '<leader>f', '<cmd>SFMToggle<CR>', { desc = 'Open file tree view.' })
-map('n', '<leader>b', '<cmd>JABSOpen<CR>', { desc = 'Switch between buffers.' })
+map('n', '<C-j>', '<cmd>JABSOpen<CR>', { desc = 'Switch between buffers.' })
 
 if pcall(require, "smart-splits") then
   local smartsplits = require('smart-splits') -- resizing buffers (toggleable)
-- 
cgit v1.2.1