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
This happens because for example Goto previous buffer has both typeable command (:buffer-previous) as well as mappable command (goto_previous_buffer). I am not sure what the ideal solution here should be, maybe we could just distinguish typeable and mappable commands in the command palette?
In that case, perhaps the full command invocation could be given for : commands, like how the key sequence is shown for mapped commands?
So, sample output:
Goto next buffer (g+n)
Go to next buffer (:buffer-previous)
Goto previous buffer (g+p)
Go to previous buffer (:buffer-next)
Summary
There's a duplicate
goto line end
andextend to line end
item in thespace+?
menuReproduction Steps
I tried this:
hx
space+?
to line end
I expected this to happen:
items:
Extend to line end
Goto line end (end, g+l)
Instead, this happened:
items:
Extend to line end
Extend to line end
Goto line end (end, g+l)
Goto line end
Helix log
~/.cache/helix/helix.log
Platform
Windows (WSL: ubuntu)
Terminal Emulator
Windows Terminal Version: 1.12.10732.0
Helix Version
22.03-115-g35d26936
The text was updated successfully, but these errors were encountered: