Fix changelog typo

This commit is contained in:
Oliver Blanthorn 2023-12-16 14:28:01 +01:00
parent a067100752
commit 2c0798ffe5
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -7,7 +7,7 @@
- A new `:reader` mode has been added which Tridactyl binds can run on. If you prefer the old mode, it is accessible with `:reader --old`. We've left `gr` bound to the old mode for now but you can update it with `:bind gr reader` - A new `:reader` mode has been added which Tridactyl binds can run on. If you prefer the old mode, it is accessible with `:reader --old`. We've left `gr` bound to the old mode for now but you can update it with `:bind gr reader`
- With `:set tabsort mru`, tab IDs within Tridactyl are now determined by recency of use almost everywhere. This means, e.g. that you can use `2gt` to switch to the second most recently used tab (so identical to `<C-^>`), `3gt` to the third most recently used tab, etc. ([#4595](https://github.com/tridactyl/tridactyl/issues/4595)) - With `:set tabsort mru`, tab IDs within Tridactyl are now determined by recency of use almost everywhere. This means, e.g. that you can use `2gt` to switch to the second most recently used tab (so identical to `<C-^>`), `3gt` to the third most recently used tab, etc. ([#4595](https://github.com/tridactyl/tridactyl/issues/4595))
- `yq` bind added to display current URL as a QR code, with `q` bind in visual mode. See `:text2qr` for details ([#4728](https://github.com/tridactyl/tridactyl/issues/4728)) - `yq` bind added to display current URL as a QR code, with `q` bind in visual mode. See `:text2qr` for details ([#4728](https://github.com/tridactyl/tridactyl/issues/4728))
- `:set keyboardlayoutforce true` will now force Tridactyl to use, by default, the US keyboard layout for keybinds, even if you're using a different layout. Useful if you use multiple layouts but don't want Tridactyl binds to move, or if you use a layout such as a Cyrillic one where the default binds are difficult to use. Change the forced layout with `:set keyboatlayoutbase` ([#4532](https://github.com/tridactyl/tridactyl/issues/4532)) - `:set keyboardlayoutforce true` will now force Tridactyl to use, by default, the US keyboard layout for keybinds, even if you're using a different layout. Useful if you use multiple layouts but don't want Tridactyl binds to move, or if you use a layout such as a Cyrillic one where the default binds are difficult to use. Change the forced layout with `:set keyboardlayoutbase` ([#4532](https://github.com/tridactyl/tridactyl/issues/4532))
- Experimental support for opening arbitrary pages in the sidebar has been added. See `:help sidebartoggle` and `:help sidebaropen` for more details - Experimental support for opening arbitrary pages in the sidebar has been added. See `:help sidebartoggle` and `:help sidebaropen` for more details
- `:autocmd` and related commands now have completions ([#4604](https://github.com/tridactyl/tridactyl/issues/4604)) - `:autocmd` and related commands now have completions ([#4604](https://github.com/tridactyl/tridactyl/issues/4604))
- `:open` and related commands now have completions for searchurls and previous searches ([#4562](https://github.com/tridactyl/tridactyl/issues/4562)) - `:open` and related commands now have completions for searchurls and previous searches ([#4562](https://github.com/tridactyl/tridactyl/issues/4562))