Changes & fixes
- Breaking: The
Explore
message has been renamed toExploreParentsAsync
. While, more relevant messages has been introduced:ExplorePwd
andExplorePwdAsync
and. - Breaking:
$XPLR_PIPE_FOCUS_OUT
has been removed. Use$XPLR_FOCUS_PATH
instead. - Fixed files with spaces causing issues (e.g. while renaming, focusing etc.)
- Added
switch_mode
mode to the global key binding help menu - Moved some UI related code from config.rs to ui.rs.
- Fixed compilation issue on
rustc 1.50.0
.