You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function z --description"Jump around"set-g prev_z_argv $argv
__z $argvendfunction zi --description"Like z, but choose with fzf"iftest (count$argv) -ge 1
set-g prev_z_argv $argvendifnotset result (__z $prev_z_argv-l2> /dev/null | fzf)
returnendcd (echo$result|sed-E's/^[0-9.]+[ \t]+//')
end
Similar to alt-k in https://github.com/gokulsoumya/f#keybindings
The text was updated successfully, but these errors were encountered: