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:
2
env/.config/nvim/lua/yourmom/remap.lua
vendored
2
env/.config/nvim/lua/yourmom/remap.lua
vendored
@@ -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>')
|
||||
|
||||
Reference in New Issue
Block a user