aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-03-16 15:13:35 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-03-16 15:13:35 +0000
commit62c646ac32caeaabe6f570d9d482409462db4c28 (patch)
tree46e35b4dc66c58d0c992d42eae14914ad517a30e
parent372841f70ab239e960f58096bf36eabff6dac1d0 (diff)
downloadrtmux-62c646ac32caeaabe6f570d9d482409462db4c28.tar.gz
rtmux-62c646ac32caeaabe6f570d9d482409462db4c28.tar.bz2
rtmux-62c646ac32caeaabe6f570d9d482409462db4c28.zip
Add couple of CHANGES tweaks.
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index a177524b..c938e28c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,15 +2,15 @@ CHANGES FROM 3.1 TO 3.2
* Change double and triple click bindings so that only one is fired (previously
double click was fired on the way to triple click). Also add default double
- and triple click binding to copy the word or line under the cursor and change
- the existing bindings in copy mode to do the same.
+ and triple click bindings to copy the word or line under the cursor and
+ change the existing bindings in copy mode to do the same.
* 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.
-* Add C-g to cancel command prompt with vi(1) keys as well as emacs, and q in
+* Add C-g to cancel command prompt with vi keys as well as emacs, and q in
command mode.
* When the server socket is given with -S, create it with umask 177 instead of