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
I would like to implement a selection mode, inside which files/directories would be selected when the cursor is moved.
It seems to be a simple loop that handles the up/down keys (j/k) and exits the loop when pressing Esc, but my brain is not enough for this code.
The text was updated successfully, but these errors were encountered:
I would like to implement a selection mode, inside which files/directories would be selected when the cursor is moved.
It seems to be a simple loop that handles the up/down keys (j/k) and exits the loop when pressing Esc, but my brain is not enough for this code.
The text was updated successfully, but these errors were encountered: