We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee7839 commit 097ca07Copy full SHA for 097ca07
init.fish
@@ -35,6 +35,8 @@ if test -e $_zlua_dir/z.lua
35
alias zz='z -i' # cd with interactive selection
36
alias zf='z -I' # use fzf to select in multiple matches
37
alias zb='z -b' # quickly cd to the parent directory
38
+ alias zbi='z -b -i' # interactive jump backward
39
+ alias zbf='z -b -I' # interactive jump backward with fzf
40
set -U ZLUA_SCRIPT "$ZLUA_SCRIPT" 2> /dev/null
41
set -U ZLUA_LUAEXE "$ZLUA_LUAEXE" 2> /dev/null
42
end
0 commit comments