diff options
author | Marco Peereboom <marco@conformal.com> | 2011-10-27 14:34:12 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-10-27 14:34:12 -0500 |
commit | 0feb9b230dc2cd11095d05f1ea7ca78c6bd83206 (patch) | |
tree | 864509f515723a9b6bbc5eafffe36af9ddb4b3e8 | |
parent | 5e72e1326dbd2c441304c394616e0f535007aa63 (diff) | |
download | xombrero-0feb9b230dc2cd11095d05f1ea7ca78c6bd83206.tar.gz |
document command and insert mode
-rw-r--r-- | xxxterm.1 | 18 | ||||
-rw-r--r-- | xxxterm.conf | 6 |
2 files changed, 20 insertions, 4 deletions
diff --git a/xxxterm.1 b/xxxterm.1 index ffceca9..d5325b0 100644 --- a/xxxterm.1 +++ b/xxxterm.1 @@ -162,6 +162,18 @@ See the accompanying configuration file for examples. .Pp The various bindings are documented below. The relevant keybinding action is given afterwards, in parentheses. +.Ss Command mode +These commands are used to focus or unfocus input on the default input of a web +page. +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Cm ESC +Go to command mode; unfocus current entry on web page. +.Pq Cm command_mode +.It Cm i +Go to insert mode; focus on default entry on web page. +.Pq Cm insert_mode +.El .Ss Search Commands These commands are used to search for text strings within a web page. .Pp @@ -350,10 +362,10 @@ possibilities will follow the link. .Pp .Bl -tag -width Ds -offset indent -compact -.It Cm f +.It Cm f, '.' Highlight all links and prefix them with a number. .Pq Cm hinting -.It Cm F +.It Cm F, ',' Highlight all links and prefix them with a number but open in a new tab. .Pq Cm hinting_newtab .El @@ -370,7 +382,7 @@ This command toggles the page's style between the default CSS and a low-contrast color scheme with light grey text on a dark grey background. .Pp .Bl -tag -width Ds -offset indent -compact -.It Cm i +.It Cm s Toggle the current tab's style. .Pq Cm userstyle .El diff --git a/xxxterm.conf b/xxxterm.conf index 56826f9..95d2517 100644 --- a/xxxterm.conf +++ b/xxxterm.conf @@ -162,6 +162,8 @@ # keybinding = command,colon # keybinding = search,slash # keybinding = searchb,question +# keybinding = command_mode,Escape +# keybinding = insert_mode,i # keybinding = cookiejar,M1-j # keybinding = downloadmgr,M1-d # keybinding = history,M1-h @@ -186,8 +188,10 @@ # keybinding = prompttabnew,F11 # keybinding = prompttabnewcurrent,F12 # keybinding = hinting,f +# keybinding = hinting,period # keybinding = hinting_newtab,S-F -# keybinding = userstyle,i +# keybinding = hinting_newtab,comma +# keybinding = userstyle,s # keybinding = goback,BackSpace # keybinding = goback,M1-Left # keybinding = goforward,S-BackSpace |