This commit is contained in:
venus
2026-03-24 15:26:29 -05:00
parent 7bdce4f6b8
commit f859e98b82
3 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
--/lua/keybinds.lua
-- This file defines all of the kybinds for nvim.
-- vim.keymap.set('mode','<modifier>key','action', {desc = 'description'})
-- move betwwen buffer easier
vim.keymap.set('n', '<Tab>', ':bnext<CR>')
vim.keymap.set('n', '<S-Tab>', ':bprev<CR>')