diff options
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | SYNCING | 2 | ||||
-rw-r--r-- | TODO | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -217,8 +217,8 @@ Normal Changes * A new environment variable TMUX_TMPDIR is now honoured, allowing the socket directory to be set outside of TMPDIR (/tmp/ if not set). * If -s not given to swap-pane the current pane is assumed. -* A #{pane_syncronized} format specifier has been added to be a conditional - format if a pane is in a syncronised mode (c.f. syncronize-panes) +* A #{pane_synchronized} format specifier has been added to be a conditional + format if a pane is in a synchronised mode (c.f. synchronize-panes) * Tmux now runs under Cygwin natively. * Formats can now be nested within each other and expanded accordingly. * Added 'automatic-rename-format' option to allow the automatic rename @@ -1018,7 +1018,7 @@ The list of older changes is below. * -u flag to scroll-mode and copy-mode to start scrolled one page up. scroll-mode -u is bound to prefix,page-up (ppage) by default. * Allow status, mode and message attributes to be changed by three new options: - status-attr, mode-attr, message-attr. A comma-separataed list is accepted + status-attr, mode-attr, message-attr. A comma-separated list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: @@ -115,7 +115,7 @@ From there, merge the result in, fixing up any conflicts which might arise. % git merge obsd-master -Then ensure things look correct by BULDING the result of that sync: +Then ensure things look correct by BUILDING the result of that sync: % make clean && ./autogen.sh && ./configure && make @@ -71,7 +71,7 @@ table() cb to give the table name ("vi" or "emacs"). anything in the table fires the command, anything not in the table is injected as a key - * searching in copy mode should unwrap lines, so if you seach for "foobar" + * searching in copy mode should unwrap lines, so if you search for "foobar" then it should be found even if it is now "foo\nbar" (if the WRAP flag is set on the line) |