This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Tags: hadronized/hop.nvim
Tags
Hop v2.0.3 - Fix quitting in commands using `multi_windows = true` when a float is present. - Fix broken matching when magic chars are included in `opts.keys`. - Support motion with count, as in `2dw`. - Fix incorrect behavior in multi-byte chars. - Link `HopPreview` to `IncSearch` by default. Colorschemes can still override that (no change for them). - Cleanup some regexes by computing them once. - Lazy import all the modules.
Hop v2.0.2 - Fix “col value outside range” error, which occurred when trying to hop at the very beginning or very last of a line / empty line with some special combination of options. - Make <ctrl-c> equivalent to <esc> in HopPattern prompt. - Support <nl> and <ctrl-h> in HopPattern prompt. - Fix pending operation column increment so that we can correctly use f / t and F / T in operator-pending modes.
Hop v2.0.0 - Fix documentation. - Add a new option to select hint position in a match (`:h hop-config-hint_position` and `:h hop.hint.HintPosition`). - Fix folded lines when applying hints. Hints won’t be created in a folded region anymore, allowing to get better key chords around the screen when folded lines are present. - Disable multi-windows when in visual mode. - Enhanced unicode support regarding position. A regression was introduced here and will be fixed in an incoming patch. - Fix `:checkhealth` API support (update to upstream changes). - Add support to offset a jump by a given amount of display cell (`:h hop-config-hint_offset`). That deprecates `inclusive_jump`. - Fix dimming when using a _before cursor_ command while `virtualedit` is on. - Add previewing support for `HopPattern`. There is nothing to do from the user perspective, it’s always enabled. - Add `HopVertical`, a command similar to `HopLine` and `HopLineStart`, but that will try to jump at the same column as the current cursor column position. - Simplify the README and introduce the wiki <https://github.com/phaazon/hop.nvim/wiki>.
Hop v1.3.0 - Fix :HopChar2CurrentLine* commands. - Add cross/multi window support. Those introduce new commands. - Add :checkhealth support. - Fix bug with the new set_extmark API (implicit nil -> 0 conversion). - Fix Neovim version check (we now check for 0.5 strictly).
Hop v1.1.1 - Fix diagnostics for the new `vim.diagnostic` feature. Currently only enabled for people using Neovim v0.6. - Support displaying hint labels as uppercase. This doesn’t change anything to the actual key you have to press on your keyboard; it is just a visual help. - Support falling back to 1-char mode when pressing a special key in 2-char mode. That key is optional and configured in the user configuration.
Hop v1.1.0 - Add support for inclusive and exclusive jumps. This allows people to implements equivalent of `f`, `F`, `t` and `T`. This work by using the `inclusive_jump` configuration. `:h hop-config-inclusive_jump`. - Add support for callbacks in jumps. This is available via a new `hint_with_callback` entry point. The already existing `hint_with` function still uses the internal jump mechanism.
PreviousNext