Improve :navigate strip docs

This commit is contained in:
Florian Bruhin 2020-08-03 16:35:30 +02:00
parent 7b08c3e282
commit f3f19dad64
3 changed files with 4 additions and 4 deletions

View File

@ -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
~~~~~

View File

@ -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.

View File

@ -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.