diff options
| author | 2018-11-18 08:08:27 -0500 | |
|---|---|---|
| committer | 2018-11-18 14:08:27 +0100 | |
| commit | f3a88614ef4a2541ee29054124d62c0cdc78f485 (patch) | |
| tree | b0844d3db889cebf38cc2a61e4613ec418f41f57 /config-user.default.php | |
| parent | 16a131380bb1ae17a18e4bf95d345cffb80a787c (diff) | |
Add shortcuts for focusing next and previous without opening articles. (#1767)
* add skipping option to toggleContent to use later for 'i' and 'o' hotkeys
* in English config j,k are now 'open' and not 'skip', i,o are called 'focus .. without opening'
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 6aef0dc49..08f3af720 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -49,6 +49,8 @@ return array ( 'go_website' => 'space', 'next_entry' => 'j', 'prev_entry' => 'k', + 'skip_next_entry' => 'n', + 'skip_prev_entry' => 'p', 'first_entry' => 'home', 'last_entry' => 'end', 'collapse_entry' => 'c', |
