summaryrefslogtreecommitdiff
path: root/searx/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'searx/plugins')
-rw-r--r--searx/plugins/vim_hotkeys.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/searx/plugins/vim_hotkeys.py b/searx/plugins/vim_hotkeys.py
deleted file mode 100644
index 3eeaf8c00..000000000
--- a/searx/plugins/vim_hotkeys.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from flask_babel import gettext
-
-name = gettext('Vim-like hotkeys')
-description = gettext(
- 'Navigate search results with Vim-like hotkeys '
- '(JavaScript required). '
- 'Press "h" key on main or result page to get help.'
-)
-default_on = False
-preference_section = 'ui'