diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-21 23:06:47 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-21 23:06:47 -0500 |
| commit | 56a98496230ef62dc61c1e92051ba2397a298f5f (patch) | |
| tree | 1390281b20020a01e1272ef185718e4e458e1c82 /env/.config/nvim/lua/yourmom | |
| parent | 3252a201c13a251f3c3bfbc881e3d2712a985467 (diff) | |
configs. fixed misspell. added gen-thumb-md.
generates thumbnails for videos and puts all video and non video in a markdown file
Diffstat (limited to 'env/.config/nvim/lua/yourmom')
| -rwxr-xr-x | env/.config/nvim/lua/yourmom/remap.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/nvim/lua/yourmom/remap.lua b/env/.config/nvim/lua/yourmom/remap.lua index 30b0b95..a24d479 100755 --- a/env/.config/nvim/lua/yourmom/remap.lua +++ b/env/.config/nvim/lua/yourmom/remap.lua @@ -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>') |
