Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 499 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 499 Bytes

fish-z-peco

Search the history of the directory you accessed in the past and jump to it using peco.

Prerequisites

The following tools and plug-ins are required as prerequisites.

Installation

fisher install karibash/fish-z-peco

Usage

Please bind peco_select_z_history to your favorite key.

If you'd like to bind Ctrl+z:

function fish_user_key_bindings
  bind \cz peco_select_z_history
end