diff options
author | Christoph Lohmann <20h@r-36.net> | 2012-11-15 15:26:48 +0100 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2012-11-15 15:26:48 +0100 |
commit | c12b6499fe68b4bc3114ed241c937dd38f94de87 (patch) | |
tree | 79d9bb1b4243540d2c628044ecda58ed75078a52 /surf.1 | |
parent | d911219554e1b51f02ac29aaf200f15f083c9dee (diff) | |
download | surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.tar.gz surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.tar.bz2 surf-c12b6499fe68b4bc3114ed241c937dd38f94de87.zip |
Enable the insert mode. Thanks to stanio@cs.tu-berlin.de!
Diffstat (limited to 'surf.1')
-rw-r--r-- | surf.1 | 41 |
1 files changed, 39 insertions, 2 deletions
@@ -67,6 +67,18 @@ Scrolls page upwards. .B Ctrl\-j Scrolls page downwards. .TP +.B Ctrl\-b +Scroll up one whole page view. +.TP +.B Ctrl\-Space +Scroll down one whole page view. +.TP +.B Ctrl\-i +Scroll horizontally to the right. +.TP +.B Ctrl\-u +Scroll horizontally to the left. +.TP .B Ctrl\-Shift\-k Zooms page in. .TP @@ -76,7 +88,20 @@ Zooms page out .B Ctrl\-Shift\-i Resets Zoom .TP -.B Ctrl\-f +.B i +Enter insert mode. There all keybindings have effect with and without +pressing the modkey. +.TP +.B ESC +Leave the insert mode. +.TP +.B Ctrl\-h +Navigate back one step in history. +.TP +.B Ctrl\-l +Navigate forward one step in history. +.TP +.B Ctrl\-f and Ctrl\-\\ Opens the search-bar. .TP .B Ctrl\-n @@ -104,7 +129,19 @@ Reloads the website without using cache. Copies current URI to primary selection. .TP .B Ctrl\-o -show the sourcecode of the current page. +Show the sourcecode of the current page. +.TP +.B Ctrl\-v +Toggle the enabling of plugins on that surf instance. +.TP +.B Ctrl\-Shift\-i +Toggle auto-loading of images. +.TP +.B Ctrl\-c +Toggle caret browsing. +.TP +.B Ctrl\-Shift\-s +Toggle script execution. .SH ENVIRONMENT .TP .B SURF_USERAGENT |