aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-03-27 08:44:12 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-03-27 08:44:12 +0000
commit1f06ae2def997a9de2336594241a4916ad837977 (patch)
treeb6feafc7fa4ba386c6fdb05789f728106bb7e197
parentf5f04a9344df329459b48904f20601e3b0013a7c (diff)
downloadrtmux-1f06ae2def997a9de2336594241a4916ad837977.tar.gz
rtmux-1f06ae2def997a9de2336594241a4916ad837977.tar.bz2
rtmux-1f06ae2def997a9de2336594241a4916ad837977.zip
Typo.
-rw-r--r--FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/FAQ b/FAQ
index 01d6463c..249cde81 100644
--- a/FAQ
+++ b/FAQ
@@ -7,12 +7,12 @@ tmux offers several advantages over screen:
- a clearly-defined client-server model: windows are independent entities which
may be attached simultaneously to multiple sessions and viewed from multiple
clients (terminals), as well as moved freely between sessions within the same
- tmux server;
+ tmux server;
- a consistent, well-documented command interface, with the same syntax
whether used interactively, as a key binding, or from the shell;
- easily scriptable from the shell;
- multiple paste buffers;
-- choice of vim or emacs key layouts;
+- choice of vi or emacs key layouts;
- an option to limit the window size;
- a more usable status line syntax, with the ability to display the first line
of output of a specific command;
@@ -32,7 +32,7 @@ include as much of the following information as possible:
- the version of tmux you are running;
- the operating system you are using and its version;
-- the terminal emulator you are using and the TERM setting when tmux was
+- the terminal emulator you are using and the TERM setting when tmux was
started;
- a description of the problem;
- if the problem is repeatable, the steps to repeat the problem;