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