Skip to content

Commit b804d9f

Browse files
sand4rtGabrielTorland
authored andcommitted
Window resizing
1 parent 1c79cae commit b804d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ vim.keymap.set('n', '<C-w>+', '<cmd>horizontal resize +10<CR>', { desc = 'Increa
222222
vim.keymap.set('n', '<C-w>-', '<cmd>horizontal resize -10<CR>', { desc = 'Decrease current window height by 10' })
223223
vim.keymap.set('n', '<C-w>>', '<cmd>vertical resize +10<CR>', { desc = 'Increase current window width by 10' })
224224
vim.keymap.set('n', '<C-w><', '<cmd>vertical resize -10<CR>', { desc = 'Decrease current window width by 10' })
225+
225226
-- [[ Basic Autocommands ]]
226227
-- See `:help lua-guide-autocommands`
227228
--

0 commit comments

Comments
 (0)