rename command mode to selection mode
This commit is contained in:
parent
d20bee9a34
commit
e98ccd3821
|
@ -42,7 +42,7 @@ INSERT MODE
|
||||||
+----------------------+---------------------------------------------+
|
+----------------------+---------------------------------------------+
|
||||||
| ``ctrl-tab`` | start scrollback completion |
|
| ``ctrl-tab`` | start scrollback completion |
|
||||||
+----------------------+---------------------------------------------+
|
+----------------------+---------------------------------------------+
|
||||||
| ``ctrl-shift-space`` | start command mode |
|
| ``ctrl-shift-space`` | start selection mode |
|
||||||
+----------------------+---------------------------------------------+
|
+----------------------+---------------------------------------------+
|
||||||
| ``ctrl-shift-t`` | open terminal in the current directory [1]_ |
|
| ``ctrl-shift-t`` | open terminal in the current directory [1]_ |
|
||||||
+----------------------+---------------------------------------------+
|
+----------------------+---------------------------------------------+
|
||||||
|
@ -75,11 +75,11 @@ INSERT MODE
|
||||||
__vte_prompt_command
|
__vte_prompt_command
|
||||||
fi
|
fi
|
||||||
|
|
||||||
COMMAND MODE
|
SELECTION MODE
|
||||||
------------
|
------------
|
||||||
|
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
| ``escape`` or ``ctrl-[`` | deactivate command mode |
|
| ``escape`` or ``ctrl-[`` | enter insert mode |
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
| ``x`` | activate url hints mode |
|
| ``x`` | activate url hints mode |
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
|
@ -125,7 +125,7 @@ COMMAND MODE
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
| ``o`` | open the current selection as a url |
|
| ``o`` | open the current selection as a url |
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
| ``Return`` | open the current selection as a url and exit command mode |
|
| ``Return`` | open the current selection as a url and enter insert mode |
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
| ``n`` | next search match |
|
| ``n`` | next search match |
|
||||||
+--------------------------+-----------------------------------------------------------+
|
+--------------------------+-----------------------------------------------------------+
|
||||||
|
|
10
termite.1
10
termite.1
|
@ -50,7 +50,7 @@ unicode input (standard GTK binding)
|
||||||
.IP "\fBctrl-tab\fP"
|
.IP "\fBctrl-tab\fP"
|
||||||
start scrollback completion
|
start scrollback completion
|
||||||
.IP "\fBctrl-shift-space\fP"
|
.IP "\fBctrl-shift-space\fP"
|
||||||
start command mode
|
enter selection mode
|
||||||
.IP "\fBctrl-shift-t\fP"
|
.IP "\fBctrl-shift-t\fP"
|
||||||
open a new terminal in the current directory
|
open a new terminal in the current directory
|
||||||
.IP "\fBctrl-shift-up\fP"
|
.IP "\fBctrl-shift-up\fP"
|
||||||
|
@ -61,14 +61,14 @@ scroll down a line
|
||||||
scroll up a page
|
scroll up a page
|
||||||
.IP "\fBshift-pagedown\fP"
|
.IP "\fBshift-pagedown\fP"
|
||||||
scroll down a page
|
scroll down a page
|
||||||
.SS Command Mode
|
.SS Selection Mode
|
||||||
In \fBCommand Mode\fP you interact with the interface of \fBtermite\fP
|
In \fBSelection Mode\fP you interact with the interface of \fBtermite\fP
|
||||||
and the visual representation of the programs running within it. You can
|
and the visual representation of the programs running within it. You can
|
||||||
search, mark and copy contents from the display for use in other
|
search, mark and copy contents from the display for use in other
|
||||||
programs.
|
programs.
|
||||||
.PP
|
.PP
|
||||||
.IP "\fBescape\fP or \fBctrl-[\fP"
|
.IP "\fBescape\fP or \fBctrl-[\fP"
|
||||||
deactivate command mode
|
enter insert mode
|
||||||
.IP "\fBx\fP"
|
.IP "\fBx\fP"
|
||||||
activate url hints mode
|
activate url hints mode
|
||||||
.IP "\fBv\fP"
|
.IP "\fBv\fP"
|
||||||
|
@ -114,7 +114,7 @@ reverse url search
|
||||||
.IP "\fBo\fP"
|
.IP "\fBo\fP"
|
||||||
open the current selection as a url
|
open the current selection as a url
|
||||||
.IP "\fBReturn\fP"
|
.IP "\fBReturn\fP"
|
||||||
open the current selection as a url and exit command mode
|
open the current selection as a url and enter insert mode
|
||||||
.IP "\fBn\fP"
|
.IP "\fBn\fP"
|
||||||
next search match
|
next search match
|
||||||
.IP "\fBN\fP"
|
.IP "\fBN\fP"
|
||||||
|
|
Loading…
Reference in New Issue