about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-05-13 23:05:20 +0200
committerOliver Kiddle <opk@zsh.org>2015-05-13 23:05:20 +0200
commitd257f0143e69c3724466c4c92f59538d2f3fffd1 (patch)
treea9c51888931eb9329ad0918f82b1563ca1ad7588 /NEWS
parentf454ee26a8f644a2d37874ea8274054203892f91 (diff)
downloadzsh-d257f0143e69c3724466c4c92f59538d2f3fffd1.tar.gz
zsh-d257f0143e69c3724466c4c92f59538d2f3fffd1.tar.xz
zsh-d257f0143e69c3724466c4c92f59538d2f3fffd1.zip
35093: new zle widgets for Vim-style text objects
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86b0bd40c..55b1be748 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,15 @@ Changes from 5.0.7 to 5.0.8
   as a reference to a variable, e.g. ${(ps.$sep.)foo} to split $foo
   on a string given by $sep.
 
+- The default binding of 'u' in vi command mode has changed to undo
+  multiple changes when invoked repeatedly. '^R' is now bound to redo
+  changes. To revert to toggling of the last edit use:
+    bindkey -a u vi-undo-change
+
+- Compatibility with Vim has been improved for vi editing mode. Most
+  notably, Vim style text objects are supported and the region can be
+  manipulated with vi commands in the same manner as Vim's visual mode.
+
 - Elements of the watch variable may now be patterns.
 
 - The logic for retrying history locking has been improved.