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
Copy and move files or directories based on a move/copy buffer, this buffer holds all the 'selected' files/dirs that the user wants to move or copy, once navigating to a new directory the user can then paste or move them.
Exclude Directories line configuration option, this helps with reducing how many files the FZF would need to look through, as you can just include entire directories. For instance, '.git', etc.
Bug fixes:
FZF path bug, this bug would stop the user from navigating to a file from within the finder panel, this was due to the abbreviate_path() function which would make viewing a file path shorter if it gets too long -- to fit it on screen. This function meant the user would be trying to navigate to a directory that doesn't exist (an abbreviated path).
Key conflicts resolved.
Moving in the files pane with one file, if the user would try to move up or down in a directory with only 1 file, it would cause the program to panic and crash.