https://github.com/scorphus/lobsters-vim-mode
Browser extension for Lobsters
https://github.com/scorphus/lobsters-vim-mode
Last synced: 12 months ago
JSON representation
Browser extension for Lobsters
- Host: GitHub
- URL: https://github.com/scorphus/lobsters-vim-mode
- Owner: scorphus
- License: mit
- Created: 2021-03-20T20:22:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T13:57:05.000Z (about 5 years ago)
- Last Synced: 2025-02-16T20:28:07.798Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://lobste.rs
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lobsters Vim Mode
Manipulate stories in [lobste.rs][] without leaving the keyboard.
## Usage
With this extension, you'll be able to manipulate stories in Lobsters with the
following keyboard shortcuts:
| key | action |
|-----|-----------------------------------------------------|
| `j` | select next story |
| `k` | select previous story |
| `o` | open the selected story (stories open on a new tab) |
| `s` | save the selected story |
| `u` | upvote story |
| `m` | open story comments page |
| `h` | hide selected story and select the next one |
| `f` | focus story title |
| `n` | go to next page |
| `b` | go to previous page |
| `r` | reload page |
# Experimental
This extension is still experimental.
## License
Code in this repository is distributed under the terms of the MIT License.
See [LICENSE](LICENSE) for details.
[lobste.rs]: https://lobste.rs