Files
codetyper.nvim/lua/codetyper
Carlos Gutierrez 5b90a8e5f9 fix: make transform keymaps work in both normal and visual modes
Fixed keymaps to use command strings instead of function references:
- <leader>ctt (visual): Uses :<C-u>CoderTransformVisual<CR>
- <leader>ctt (normal): Uses <cmd>CoderTransformCursor<CR>
- <leader>ctT (normal): Uses <cmd>CoderTransform<CR>

Also fixed CoderTransformVisual to properly receive line range from opts.
2026-01-11 15:42:34 -05:00
..