test: sync repo sync

This commit is contained in:
itsscb 2025-04-08 20:50:07 +02:00
parent c9a3ab55e7
commit 399c0d2b90

View File

@ -9,6 +9,7 @@ vim.keymap.set('n', '<C-A-h>', ':vertical resize +10<CR>')
vim.keymap.set('n', '<C-A-l>', ':vertical resize -10<CR>')
vim.keymap.set('n', '<C-A-k>', ':horizontal resize +10<CR>')
vim.keymap.set('n', '<C-A-j>', ':horizontal resize -10<CR>')
--[[
=====================================================================