pull/15/head
Miguel Mota 6 years ago
parent 25fe8b4921
commit ca1f268269

@ -262,6 +262,7 @@ You can then configure the actions you want for each key:
pagedown = "page_down"
pageup = "page_up"
q = "quit_view"
Q = "quit_view"
r = "sort_column_rank"
s = "sort_column_symbol"
space = "toggle_favorite"

@ -58,6 +58,7 @@ func defaultShortcuts() map[string]string {
"u": "sort_column_last_updated",
"v": "sort_column_24h_volume",
"q": "quit_view",
"Q": "quit_view",
"$": "last_page",
"?": "help",
"/": "open_search",

Loading…
Cancel
Save