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
Hello. I have a problem. When I open lf, and immediately press gt (configured map gt $lf -remote "send $id cd /home/Data/.Trash"), then no jump to the properly directory.
I have to wait a certain time after starting lf, and only then can I press the gt keyboard so that it actually jumps to the right place. The log shows that the last l_oading files_ section only appear after almost 1 second. If I press the button required to jump before this appears, it does not execute, the window just flashes. If after that, it will jump to the right place.
In this case, it will appear quickly. That way there is no delay. My lfrc file's size is 14kb and 492 rows.
What could be causing this slowdown? Or is it not possible to customize the lf that much anymore, because then it can slow down?
The text was updated successfully, but these errors were encountered:
I do not know why that delay exists before doing loading files, but why are you using remote to cd? That sounds like it could cause issues if the client instance does not start observing remote commands in time or the time for reacting to them is simply too slow. Can you try to use map gt cd /home/Data/.Trash
I do not know why that delay exists before doing loading files, but why are you using remote to cd? That sounds like it could cause issues if the client instance does not start observing remote commands in time or the time for reacting to them is simply too slow. Can you try to use map gt cd /home/Data/.Trash
Ooops. I forgot, it have built-in cd command. I have replaced all my jumps, and now jump immediatley, but it would to somehow find out what is causing the delay to execute the lf -remote command. Isn't it possible to somehow set deeper logging so that the problem can be debugged?
Hello. I have a problem. When I open lf, and immediately press gt (configured map gt $lf -remote "send $id cd /home/Data/.Trash"), then no jump to the properly directory.
I have to wait a certain time after starting lf, and only then can I press the gt keyboard so that it actually jumps to the right place. The log shows that the last l_oading files_ section only appear after almost 1 second. If I press the button required to jump before this appears, it does not execute, the window just flashes. If after that, it will jump to the right place.
When press before and after loading files section:
When 0 config (only go to directory maps):
In this case, it will appear quickly. That way there is no delay. My lfrc file's size is 14kb and 492 rows.
What could be causing this slowdown? Or is it not possible to customize the lf that much anymore, because then it can slow down?
The text was updated successfully, but these errors were encountered: