Skip to content

Commit

Permalink
Remove inclusive_jump from the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronized committed Jul 5, 2022
1 parent 9e7d030 commit 9a30466
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
16 changes: 0 additions & 16 deletions doc/hop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -769,22 +769,6 @@ below.
Defaults:~
`current_line_only = false`

`inclusive_jump` *hop-config-inclusive_jump*
Make all motions inclusive; i.e. jumping to a jump target will actually
jump one display cell right to the jump target. Set this option to `true`
if you would like to have the same behavior as with the |f| motion. Set it
to `false` if you would like to have the same behavior as with the |t|
motion.

There is one important limitation if you use `inclusive_jump = true`: if
the jump target you would like to jump to is the last character on a
line, it will not do what you expect; for instance, deleting or yanking
with `d` / `y` will not include the last character by default, unless you
set |virtualedit| to `onemore`.

Defaults:~
`inclusive_jump = false`

`uppercase_labels` *hop-config-uppercase_labels*
Display labels as uppercase. This option only affects the displayed
labels; you still select them by typing the keys on your keyboard.
Expand Down
1 change: 0 additions & 1 deletion lua/hop/defaults.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ M.jump_on_sole_occurrence = true
M.case_insensitive = true
M.create_hl_autocmd = true
M.current_line_only = false
M.inclusive_jump = false
M.uppercase_labels = false
M.multi_windows = false
M.hint_position = require'hop.hint'.HintPosition.BEGIN
Expand Down

0 comments on commit 9a30466

Please sign in to comment.