summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-04-20 06:37:01 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-06-10 09:21:05 +0100
commit736a276cc9bdb97bf35caa1995a54d328a839102 (patch)
tree716632c85e5124cf091a59d36c9a28c09696b4b2 /CHANGES
parent825feac9f8f8aa10ec69932ab6ea52e58586e058 (diff)
Minor CHANGES and tmux.1 fixed, from Daniel Hahler, GitHub issue 2664.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 613fe40c..e50c061b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -33,7 +33,7 @@ CHANGES FROM 3.1c TO 3.2
* Add a -S flag to new-window to make it select the existing window if one
with the given name already exists rather than failing with an error.
-* Addd a format modifier to check if a window or session name exists (N/w or
+* Add a format modifier to check if a window or session name exists (N/w or
N/s).
* Add compat clock_gettime for older macOS.
@@ -65,7 +65,7 @@ CHANGES FROM 3.1c TO 3.2
an option on all panes.
* Make replacement of ##s consistent when drawing formats, whether followed by
- [ or not. Add a flag (e) to the q: format modifier to double up #s
+ [ or not. Add a flag (e) to the q: format modifier to double up #s.
* Add -N flag to display-panes to ignore keys.
@@ -269,7 +269,7 @@ CHANGES FROM 3.1c TO 3.2
* Wait until the initial command sequence is done before sending a device
attributes request and other bits that prompt a reply from the terminal. This
- means that stray relies are not left on the terminal if the command has
+ means that stray replies are not left on the terminal if the command has
attached and then immediately detached and tmux will not be around to receive
them.
@@ -284,7 +284,7 @@ CHANGES FROM 3.1c TO 3.2
window-renamed
window-unlinked
- And these now pane options:
+ And these are now pane options:
pane-died
pane-exited
@@ -359,7 +359,7 @@ CHANGES FROM 3.1c TO 3.2
* Add a default binding for button 2 to paste.
* Add -d flag to run-shell to delay before running the command and allow it to
- run without a command so it just delays.
+ be used without a command so it just delays.
* Add C-g to cancel command prompt with vi keys as well as emacs, and q in
command mode.