Welcome to Vifm Q&A, where you can ask questions about using Vifm. Registration is optional, anonymous posts are moderated. E-mail and GitHub logins are enabled.
0 votes
ago in vifm by

Trying to bind <A-,> and <A-.> to tabprevious and tabnext respectively.
What's the correct syntax for Alt bindings?
<A->?
<m->?

Thank you

ago by

I can map <a-j> and <a-k> so that works but I'd wonder how to map , and .

1 Answer

0 votes
ago by

The list of supported special sequences is available in the documentation here and <a-.> or <a-,> aren't present there. However, typically Alt-combinations are Esc followed by a character, so just <esc>, and <esc>. should work.

If you would like to make a bug report or feature request consider using GitHub, SourceForge or e-mail. Posting such things here is acceptable, but this is not a perfect place for them.
...