1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-06-19 19:25:24 +00:00

Fix lint and changelog for prev commit

This commit is contained in:
makeworld 2021-05-14 18:18:03 -04:00
parent ed36eee83c
commit d4aec14f63
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Uses <kbd>C</kbd> and <kbd>c</kbd> by default
- Configurable keybindings for scrolling on pages (#211, #222)
- Ability to save `about:` pages (#210, #236)
- `bind_beginning` and `bind_end` keybindings
### Changed
- Favicon support removed (#199)

View File

@ -137,6 +137,7 @@ func makeNewTab() *tab {
cmd := config.TranslateKeyEvent(event)
// Cmds that aren't single row/column scrolling
//nolint:exhaustive
switch cmd {
case config.CmdBookmarks:
Bookmarks(&t)