miniview: add doc

This commit is contained in:
Boris Faure 2014-05-13 23:04:28 +02:00
parent d72a0cbec3
commit 3fb2c08e6d
3 changed files with 7 additions and 1 deletions

1
README
View File

@ -76,6 +76,7 @@ Ctrl+7 = switch to terminal tab 7
Ctrl+8 = switch to terminal tab 8
Ctrl+9 = switch to terminal tab 9
Ctrl+0 = switch to terminal tab 10
Ctrl+Shift+h = toggle displaying the miniview of the history
Command mode commands currently understood:

View File

@ -1,5 +1,5 @@
.\" Manpage for Terminology
.TH man 1 "08 Mar 2014" "0.5" "Terminology man page"
.TH man 1 "13 May 2014" "0.6" "Terminology man page"
.SH NAME
Terminology \- Terminal Emulator written with EFL (Enlightenment Foundation Libraries).
.SH SYNOPSIS
@ -244,6 +244,10 @@ Scroll up or down in history.
.TP
.B Ctrl + Wheel
Zoom font size up/down.
.
.TP
.B Ctrl+Shift+h
Toggle displaying the miniview of the history.
.SH COMMAND MODE COMMANDS
To enter command mode in terminology press Alt+Home. Currently command mode

View File

@ -58,5 +58,6 @@ options_keys(Evas_Object *opbox, Evas_Object *term EINA_UNUSED)
KB("Switch to terminal tab 9", "Ctrl + 9");
KB("Switch to terminal tab 10", "Ctrl + 0");
KB("Enter command mode", "Alt + Home");
KB("Toggle miniview of the history", "Ctrl + Shift + h");
#undef KB
}