Skip to content

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 12:19
· 25 commits to main since this release

Added

  • Added restore_from_trash and function-key bindings such as F2, letting restore and rename be configured separately while keeping the default r restore behavior in Trash and r/F2 rename behavior elsewhere.
  • Added support for assigning multiple bindings to each configurable [keys] action, while keeping existing single-string key config compatible.
  • Added configurable navigation bindings for nav_left, nav_down, nav_up, and nav_right, including named arrow keys.
  • Added open_or_enter as a configurable binding for the existing Enter behavior: entering folders or opening files. ([#141])
  • Added [] support for unbinding configurable [keys] actions.
  • Added support for modifier [keys] bindings such as ctrl+o, alt+o, and shift+right.
  • Added named [keys] values for space, tab, backtab / shift+tab, backspace, pageup, pagedown, home, and end.
  • Added configurable browser control bindings for go_to, toggle_selection, cycle_places_next, cycle_places_previous, go_parent, page_up, page_down, jump_first, and jump_last.
  • Added configurable [keys] bindings for quit_without_cd, search_files, select_all, history_back, and history_forward, plus [ / ] defaults for the existing scroll_preview_up / scroll_preview_down actions.
  • Added a configurable D (delete_permanently) shortcut for permanently deleting selected entries without first opening Trash. ([#140])

Changed

  • Updated the help overlay to reflect the new configurable bindings and clearer quit-without-cd wording.
  • Warn when [keys] contains unknown action names, while still applying valid key bindings.