Update docs

This commit is contained in:
Florian Bruhin 2016-04-21 22:55:36 +02:00
parent 5b34f1b429
commit 0955ed49a7
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,10 @@ Added
- New `:edit-url` command to edit the URL in an external editor. - New `:edit-url` command to edit the URL in an external editor.
- New `network -> custom-headers` setting to send custom headers with every request. - New `network -> custom-headers` setting to send custom headers with every request.
- New `{url:pretty}` commandline replacement which gets replaced by the decoded URL. - New `{url:pretty}` commandline replacement which gets replaced by the decoded URL.
- New marks to remember a scroll position:
- New `:jump-mark` command to jump to a mark, bound to `'`
- New `:set-mark` command to set a mark, bound to ```(backtick)
- The `'` mark gets set when moving away (hinting link with anchor, searching, etc.) so you can move back with `''`
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -158,9 +158,9 @@ Contributors, sorted by the number of commits in descending order:
* Joel Torstensson * Joel Torstensson
* Patric Schmitz * Patric Schmitz
* Claude * Claude
* Ryan Roden-Corrent
* meles5 * meles5
* Tarcisio Fedrizzi * Tarcisio Fedrizzi
* Ryan Roden-Corrent
* Artur Shaik * Artur Shaik
* Nathan Isom * Nathan Isom
* Thorsten Wißmann * Thorsten Wißmann