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
in vifm by

How can I change t that tag the current line to tag and go down one line?
I tried this is my vifmrc:

nnoremap t tj

It works, but after pressing t, it tags the line and the after a delay of like 0.5 second it goes down one line. Is there a way to remove the lag?

Thank you

1 Answer

+1 vote
by
selected by
 
Best answer

You must have some mapping(s) that starts with t. Run :nnoremap t to see them.

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.
...