Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working keys #146

Open
ttytm opened this issue Jun 9, 2022 · 2 comments
Open

Not working keys #146

ttytm opened this issue Jun 9, 2022 · 2 comments

Comments

@ttytm
Copy link

ttytm commented Jun 9, 2022

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" })

@ttytm
Copy link
Author

ttytm commented Jun 15, 2022

In terms of the < issue I should haved checked better it is solved using:

local map = vim.keymap.set
-- ...
map("v", "<S-lt>", "<gv",	{ desc = "Outdent" })

In terms of C+^ #147 it's nice to see it solved in #148

@ttytm ttytm closed this as completed Jun 15, 2022
@dseeni
Copy link

dseeni commented Jun 27, 2022

Hmm this present an issue with motion operators as well, for example ct< or dt< or cf< or even f<

@ttytm ttytm reopened this Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants