| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
fix #127
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
See https://github.com/MichaelMure/git-bug/pull/83 for the rationale
|
|
|
|
|
|
| |
After moving to the previous page, users probably want to have their cursor on
the last entry of the page. When moving to the next page, they probably want it
to be on the first entry.
|
|
|
|
|
|
| |
Rather than using 'h' or 'l' to load the previous or next page, allow users to
do this automatically when going up or down the list with 'k' or 'j'. This is
the default behaviour in mutt, for instance.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sorting and retrieval
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|