question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature requests: keyboard shortcuts, search

See original GitHub issue

Love this! Some suggestions:

  1. The space-bar should also be a default shortcut for PAGE_DOWN, like it is in more and less.
  2. The vim-like shortcuts for paging up and down should include Ctrl-U for PAGE_UP and Ctrl-D for PAGE_DOWN.
  3. At the end of a chapter, PAGE_DOWN should take me to the next chapter, just like turning a page in a book.
  4. Search would be great! Again, more and less offer a good model for keyboard shortcuts that will be familiar to most users.
  5. (This is a reach but): vim-like counts would be cool: e.g., “5j” goes down 5 lines; 3l jumps three chapters forward…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
wusthocommented, Apr 14, 2019
  1. Added search function, though only capable of finding text that span across single line.
1reaction
dsansoncommented, Apr 9, 2019

I am super busy with other things right now, but I’d be happy to try to make a clean pull request in a week or two. The basic idea behind the algorithm I used (which may not be the best) is:

  • as part of the basic loop detecting key presses, check numeral key presses and combine successive numeral key presses into a count. (This is easiest to do by concatenating the numerals into a string, which can later be converted to an integer.)
  • when a motion command is detected, check to see the value of the count. If there is no count, then do it once. Otherwise, do it count times, and reset the count to the empty string.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Keyboard Shortcuts - Create and track feature requests ... - Jira
Go to Dashboard: g then d ; Browse to a Project: g then p ; Find Issues: g then i ; Administration Quick...
Read more >
Keyboard shortcuts to search. - Memex Community
Make extension keyboard friendly. Shortcuts focus cursor in search box. toggle/focus existing filters. toggle ... ⭐️Feature Requests.
Read more >
Devtools Feature request: keyboard shortcut for Dev tools -&gt
I would like to see keyboard shortcuts for Search HTML, Filter Styles and Filter Styles inputs (under Computed styles).
Read more >
Support for search in keyboard shortcuts settings
There are a lot of items in the keyboard shortcuts settings,but you can't search them by name (or something else) for now.
Read more >
Keyboard shortcut for focusing a certain view's search field
Keyboard shortcut for focusing a certain view's search field. Mail, Calendar & Feeds Feature Requests.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found