mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-03 02:37:23 -05:00
💬 Add Num to bottomBar prompt
This commit is contained in:
parent
d81f0aa0b3
commit
6499fe6ae9
@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
- Alt-Left and Alt-Right for history navigation (#23)
|
||||
|
||||
### Changed
|
||||
- Bottom bar now says `URL/Num./Search: ` when space is pressed
|
||||
|
||||
### Fixed
|
||||
- Actual unicode bullet symbol is used for lists: U+2022
|
||||
- Performance when loading very long cached pages improved (#26)
|
||||
|
@ -230,7 +230,7 @@ func Init() {
|
||||
switch string(event.Rune()) {
|
||||
case " ":
|
||||
// Space starts typing, like Bombadillo
|
||||
bottomBar.SetLabel("[::b]URL or search: [::-]")
|
||||
bottomBar.SetLabel("[::b]URL/Num./Search: [::-]")
|
||||
bottomBar.SetText("")
|
||||
App.SetFocus(bottomBar)
|
||||
return nil
|
||||
|
@ -27,7 +27,7 @@ Ctrl-W|Close tab. For now, only the right-most tab can be closed.
|
||||
Ctrl-R, R|Reload a page, discarding the cached version.
|
||||
Ctrl-B|View bookmarks
|
||||
Ctrl-D|Add, change, or remove a bookmark for the current page.
|
||||
q, Ctrl-Q|Quit
|
||||
q, Ctrl-Q, Ctrl-C|Quit
|
||||
`)
|
||||
|
||||
var helpTable = cview.NewTable().
|
||||
|
Loading…
Reference in New Issue
Block a user