Home

Awesome

Ranger & z

This plugin integrates Z with ranger. This plugin can also be used for Zsh-z. The plugin uses .z file to jump around, watch screencast.

Installation

cd "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/plugins
git clone https://github.com/ask1234560/ranger-zjumper.git
echo -e "# z jumper\nmap cz console z%space" >> "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/rc.conf
restart ranger

Usage

Updation

For updating the plugin.

cd "${XDG_CONFIG_HOME:-$HOME/.config}"/ranger/plugins/ranger-zjumper
git pull