You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are already some issues mentioning not working keys, so I don't want to bother too much when there is no time.
Maybe it'll be good to create an issue that groups them and create an overview which helps when there is more room for it.
Another one that looks like it has problems is <. E.g., when mapping it to preserve selection while outdenting, no selection is preserved in nvui. vim.keymap.set("v", "<", "<gv", { desc = "Outdent" })
The text was updated successfully, but these errors were encountered:
There are already some issues mentioning not working keys, so I don't want to bother too much when there is no time.
Maybe it'll be good to create an issue that groups them and create an overview which helps when there is more room for it.
#134
#143
Another one that looks like it has problems is <. E.g., when mapping it to preserve selection while outdenting, no selection is preserved in nvui.
vim.keymap.set("v", "<", "<gv", { desc = "Outdent" })
The text was updated successfully, but these errors were encountered: