Anton
022f462396
addressing issue #231 , urlparent now accepts a count.
2017-12-19 18:47:34 +00:00
John Beard
27116a3416
Add urlparent (gu) command
...
This command changes the URL to the parent URL.
Normal mode binding 'gu' added: same as Vimperator.
2017-11-21 12:12:25 +00:00
John Beard
44455692e8
Add urlroot (gU) command
...
Opens the root domain of the current tab's URL. E.g.
"https://example.com/page " -> "http://example.com/ "
Includes 'gU' binding (same as Vimperator)
2017-11-21 12:12:15 +00:00
John Beard
8f8982cde1
Add incrementurl command
...
Increments the last number in a URL by a given step (positive or
negative)
Also includes a url_util helper module and some tests for it
Logic taken from vimperator browser.js:17
2017-11-21 11:05:40 +00:00