Henry Hsieh
6ff23501a1
feat: make hl_mode of hints configurable ( #72 )
...
* feat: add hl_mode to change highlight of hint char
* chore: fix typo in docs
---------
Co-authored-by: mohsen <smoka7@hotmail.com >
2024-04-25 20:42:09 +03:30
Henry Hsieh
059e88e9dc
feat: add windows-list to allow custom window candidates ( #70 )
...
* feat: add windows-list to allow custom window candidates
* fix: always check focusable window
2024-04-21 10:19:37 +03:30
johnlevidy
1b355b0834
feat: allow users to supply custom distance functions #66 ( #67 )
...
* feat: allow users to supply custom distance functions #66
* docs:add the docs and read wise method
---------
Co-authored-by: mohsen <smoka7@hotmail.com >
2024-04-20 21:00:42 +03:30
mohsen
df0b5b693e
feat: Make virtual cursor configurable
2023-11-08 17:21:22 +00:00
yehuohan
cca8aced27
refactor: make hop-treesitter and hop-yank as hop extensions according to hop framework
2023-11-08 17:21:22 +00:00
yehuohan
ae5e9128be
refactor: add WindowRow,WindowCol,WindowCell and WindowChar to make position computation less confused
2023-11-08 17:21:22 +00:00
yehuohan
a75b915955
feat: support match mappings ( #51 )
...
* feat: support match mappings
* feat: add testcases for match_mappings
* added farsi mapping
* fix hop vertical
---------
Co-authored-by: mohsen <smoka7@hotmail.com >
2023-10-30 05:54:29 +00:00
mohsen
5681edd36c
feat: Jump to Treesitter nodes ( #37 )
2023-09-12 11:31:26 +00:00
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