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.
2 parents 58b0d2a + 87994a8 commit 42b09e3Copy full SHA for 42b09e3
lazy-connect.sh
@@ -173,6 +173,6 @@ function lazy-connect() {
173
174
secret=$(cat $_lazy_connect_config_dir/secret)
175
vpn_name=$(cat $_lazy_connect_config_dir/vpns \
176
- | fzf --height=10 --ansi --reverse)
+ | fzf --height=10 --ansi --reverse --query "$*" --select-1)
177
[ -z "$vpn_name" ] || _lazy_connect "$vpn_name" "$secret"
178
}
0 commit comments