Make visual mode text-case mappings more ergonomic
This commit is contained in:
parent
ef84de559f
commit
983d11e48c
@ -54,7 +54,7 @@ return {
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- visual mode selection
|
-- visual mode selection
|
||||||
vim.keymap.set('v', 'T' .. change.keys, function()
|
vim.keymap.set('v', 'T' .. string.upper(change.keys), function()
|
||||||
textcase.visual(change.type)
|
textcase.visual(change.type)
|
||||||
end, { noremap = true })
|
end, { noremap = true })
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user