parent
7240fbc402
commit
98a1d5177a
2 changed files with 24 additions and 1 deletions
@ -0,0 +1,19 @@ |
|||||||
|
#!/usr/bin/env zsh |
||||||
|
|
||||||
|
#_call_navi() { |
||||||
|
# local selected |
||||||
|
# if [ -n "$LBUFFER" ]; then |
||||||
|
# if selected="$(printf "%s" "$(navi --print --fzf-overrides '--no-select-1' --query "${LBUFFER}" </dev/tty)")"; then |
||||||
|
# LBUFFER="$selected" |
||||||
|
# fi |
||||||
|
# else |
||||||
|
# if selected="$(printf "%s" "$(navi --print </dev/tty)")"; then |
||||||
|
# LBUFFER="$selected" |
||||||
|
# fi |
||||||
|
# fi |
||||||
|
# zle redisplay |
||||||
|
#} |
||||||
|
# |
||||||
|
#zle -N _call_navi |
||||||
|
# |
||||||
|
#bindkey '^n' _call_navi |
Loading…
Reference in new issue