Commit Graph

23 Commits

Author SHA1 Message Date
mohsen
26b6195b7a feat:make x_bias configurable 2023-06-17 12:21:43 +03:30
mohsen
f37744f938 change default hint_type to overlay 2023-06-14 17:36:36 +03:30
mohsen
c4f555f162 feat:added the command and documentations 2023-06-10 10:43:49 +03:30
mohsen
5edd29ef71 feat:yank the range specified by hop hints 2023-06-08 21:09:25 +03:30
mohsen
32866676c7 feat:add a config option for user to control dimming unmatched areas 2023-06-07 17:50:50 +03:30
mohsen
74c240cabc feat:show jump hints as inline text 2023-06-07 16:53:39 +03:30
mohsen
ba390f2ee5 chore:added stylua config 2023-06-07 10:22:48 +03:30
yehuohan
65ce506384 Add excluded_filetypes to avoid invalid windows and buffers 2022-10-16 00:53:24 +08:00
Dimitri Sabadie
9a304667b5 Remove inclusive_jump from the documentation. 2022-07-05 18:28:21 +02:00
3699394
1003f22213 Add hint_offset support. 2022-06-21 09:46:21 +02:00
Zhanibek Adilbekov
8ac8b914da Added new option to select hint position in match.
For example, now you can use this command to hint word endings:

```lua
:lua require"hop".hint_words({hint_position = require"hop.hint".HintPosition.END})
```
2022-04-05 07:10:23 +06:00
yehuohan
f37e36d662 Add multi_windows support 2021-12-19 01:08:55 +08:00
Dimitri Sabadie
e2846f246c Add (displayed) uppercase label support.
Relates to #167.
2021-11-16 20:08:00 +01:00
Dimitri Sabadie
1a8adc0cc6 Inclusive / exclusive motion support.
This allows to use Hop in either the `f` way or `t` way. This is mostly
useful for operator-pending modes such as `y` and `d`.

Relates to #82.
2021-11-15 19:17:32 +01:00
Dimitri Sabadie
720b03baee Documentation. 2021-10-31 19:28:55 +01:00
Dimitri Sabadie
e93052884e Add support for current-line only modes. 2021-10-31 12:38:00 +01:00
Brady Phillips
aa48acb8bc Add quit_key configuration option.
Pressing quit_key will quit hop without feeding the key through to nvim.
2021-06-23 21:19:50 +01:00
Dimitri Sabadie
d9c15b1d32 Update documentation and remove unused options.
`winblend` was removed as it wasn’t used anymore.
2021-06-19 14:56:17 +02:00
Dimitri Sabadie
7eefd95ff1 Document and add create_hl_autocmd.
This allows to enable or disable inserting highlighting autocommands.

Relates to #70.
2021-06-01 23:14:55 +02:00
Dimitri Sabadie
872bb18ee3 Add support for case-insensitive input patterns.
Relates to #32.
2021-03-23 19:21:38 +01:00
Dimitri Sabadie
fef80dcb0f Add the TrieBacktrackFilling permutation algorithm and use it as default. 2021-03-14 15:57:41 +01:00
Dimitri Sabadie
4692a658a6 Add support for extended-marks and jump_on_sole_occurrence. 2021-03-06 16:38:49 +01:00
Dimitri Sabadie
96087cb76a Switch from vroom -> hop.nvim. 2021-02-08 00:25:58 +01:00