From c3d10d14756e1ef9d2cc78339b2b302cc8981fdf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Mar 2020 11:38:13 +0300 Subject: [PATCH] PyPI faster searching --- lynx/.lynx_jumps.html | 7 ++++--- xombrero/.xombrero.conf | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lynx/.lynx_jumps.html b/lynx/.lynx_jumps.html index 46ee144..cbea4fb 100644 --- a/lynx/.lynx_jumps.html +++ b/lynx/.lynx_jumps.html @@ -4,9 +4,10 @@
s
DuckDuckGo
-
we
Wikipedia EN
-
wr
Wikipedia RU
-
google
Google
+
gg
Google
+
py
PyPI
+
we
WikiEN
+
wr
WikiRU
diff --git a/xombrero/.xombrero.conf b/xombrero/.xombrero.conf index 38b7b74..215be5a 100644 --- a/xombrero/.xombrero.conf +++ b/xombrero/.xombrero.conf @@ -137,7 +137,8 @@ external_editor = st -e vim -f alias = we, https://en.wikipedia.org/wiki/%s alias = wr, https://ru.wikipedia.org/wiki/%s -alias = google, https://www.google.com/search?q=%s +alias = gg, https://www.google.com/search?q=%s +alias = py, https://pypi.org/project/%s/ ## ## COOKIE, JAVASCRIPT AND PLUGIN WHITE LISTS -- 2.44.0