From d3512c5e88a24d3d8af8cc9d4e11d82d94d90951 Mon Sep 17 00:00:00 2001 From: Squibid 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') 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', '[]', 'tabnew') map('n', '][', 'tabc') map('n', '[[', 'tabp') -map('n', ']]', 'tabN') +map('n', ']]', 'tabn') -- config binds --------------------------------------------------------------- map('n', 'm', conf.configmenu, { desc = 'Neovim config manager menu', }) @@ -126,7 +126,7 @@ end map('n', 'u', 'UndotreeToggle', { desc = 'Open undo tree.' }) map('n', 'f', 'SFMToggle', { desc = 'Open file tree view.' }) -map('n', 'b', 'JABSOpen', { desc = 'Switch between buffers.' }) +map('n', '', 'JABSOpen', { desc = 'Switch between buffers.' }) if pcall(require, "smart-splits") then local smartsplits = require('smart-splits') -- resizing buffers (toggleable) -- cgit v1.2.1