configs. fixed misspell. added gen-thumb-md.

generates thumbnails for videos and puts all video and non video in a markdown file
This commit is contained in:
2025-06-21 23:06:47 -05:00
parent 3252a201c1
commit 56a9849623
5 changed files with 77 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ vim.keymap.set('v', '<', '<gv', {noremap = true})
vim.keymap.set('v', '>', '>gv', {noremap = true})
--reize with arrows
--reize with alt
vim.keymap.set('n', '<A-k>', ':resize -2<CR>')
vim.keymap.set('n', '<A-j>', ':resize +2<CR>')
vim.keymap.set('n', '<A-h>', ':vertical resize -2<CR>')