cleanup codecompanion, neogit, bump inputs

This commit is contained in:
iofq 2025-06-11 02:35:44 -05:00
parent ee647f4338
commit 8da416de1c
No known key found for this signature in database
GPG key ID: ECF3B2DA38BF7183
7 changed files with 37 additions and 99 deletions

View file

@ -58,6 +58,7 @@ vim.diagnostic.config {
}
-- random keymaps
vim.keymap.set({ 'v', 'i' }, 'wq', '<esc>l', { noremap = true, silent = true })
vim.keymap.set('n', '<S-l>', vim.cmd.bnext, { noremap = true, silent = true })
vim.keymap.set('n', '<S-h>', vim.cmd.bprev, { noremap = true, silent = true })
vim.keymap.set('v', '<', '<gv')