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
Copy file name to clipboardExpand all lines: server/static/js/search.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ const tips = [
40
40
'Use <code>*</code> for partial match.<br />Prefixing word with <code>-</code> excludes matching documents.',
41
41
'Click on the three dots near the result URL to specify priority queries for that result.',
42
42
'Press <code>enter</code> to open the first result.',
43
-
'Use <code>alt+k</code> and <code>alt+j</code> to navigate between results.',
43
+
'Use <code>alt+k</code> and <code>alt+j</code> to navigate between results.',// TODO replace keybindings to configured hotkeys
44
44
'Press <code>alt+o</code> to open current search query in your configured search engine.',
45
-
'Use <code>url:</code> prefix to search only in the URL field. E.g.: <code>url:*github* hister</code>.',
45
+
'Use <code>url:</code> prefix to search only in the URL field. E.g.: <code>url:*github* hister</code>.',// TODO replace keybindings to configured hotkeys
46
46
'Set hister to your default search engine in your browser to access it with ease.',
47
47
'Start search query with <code>!!</code> to open the query in your configured search engine',
0 commit comments