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
@parisk
i think it should implement with customKeydownHandler on userland.
the reason why is, we can't use each keymaps properly under 8324b43.
for example, my personal config in Vim is, ctrl+left/right back/forward word alt+arrow move cursor between splitted windows
however, now, i can't use alt+arrow for move windows...
Yeah I agree. It's pretty easy to hook up a handler if you want it in Sourcelair. We could even consider allowing multiple handlers and putting this in an addon?
Pressing Alt + any arrow prints a character, instead of moving word backwards/forward etc.
Example: The terminal sends the
\x1b[1;3D
sequence, instead of\x1bb
or\x1b[5D
on Alt + ← (which seem to do the work).Details
Steps to reproduce
ls -la
)l
(inla
). Result:D
gets printed.The text was updated successfully, but these errors were encountered: