Skip to content

Indenting text #4467

Discussion options

You must be logged in to vote

The solution is to unmap the mappings that intend to keep the seletcion in visual mode, for some reason.

LazyVim/LazyVim#1239

vim.keymap.set("v", "<", "<")                                                                                                                      
vim.keymap.set("v", ">", ">")      

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hubertlepicki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant