Improve :navigate strip docs
This commit is contained in:
parent
7b08c3e282
commit
f3f19dad64
|
|
@ -45,8 +45,8 @@ Changed
|
|||
- `:back` and `:forward` now take an optional index which is completed using
|
||||
the current tab's history.
|
||||
- The time a website in a tab was visited is now saved/restored in sessions.
|
||||
- New command `:navigate strip` which removes queries and parameters from the
|
||||
current URL.
|
||||
- New argument `strip` for `:navigate` which removes queries and
|
||||
fragments from the current URL.
|
||||
|
||||
Added
|
||||
~~~~~
|
||||
|
|
|
|||
|
|
@ -866,7 +866,7 @@ This tries to automatically click on typical _Previous Page_ or _Next Page_ link
|
|||
Uses the
|
||||
link:settings{outsuffix}#url.incdec_segments[url.incdec_segments]
|
||||
config option.
|
||||
- `strip`: Strip parameters from the current URL.
|
||||
- `strip`: Strip query and fragment from the current URL.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -587,7 +587,7 @@ class CommandDispatcher:
|
|||
Uses the
|
||||
link:settings{outsuffix}#url.incdec_segments[url.incdec_segments]
|
||||
config option.
|
||||
- `strip`: Strip parameters from the current URL.
|
||||
- `strip`: Strip query and fragment from the current URL.
|
||||
|
||||
tab: Open in a new tab.
|
||||
bg: Open in a background tab.
|
||||
|
|
|
|||
Loading…
Reference in New Issue