`kkk` exits visual mode with default mappings
Closed this issue · 2 comments
nullromo commented
Problem
kkk
exits visual mode.
Steps to reproduce
- Use default mappings
- Open vim
- Navigate to a line in the middle of the file
vkkk
- You will now be in normal mode 😳
I don't think this is intentional.
Workaround
Use this mapping
mappings = {
v = {
j = {
k = false,
}
}
}
Sam-programs commented
I can't reproduce this. There was a similar bug, mentioned here, that was fixed in a later version.
Are you using the latest version of better-escape.nvim ?
nullromo commented
Yep, my version was 2 days out of date. That update fixed it. Thanks!