about summary refs log tree commit diff
path: root/Src/Zle/zle_keymap.c
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-12-13 19:34:11 +0100
committerOliver Kiddle <opk@zsh.org>2014-12-13 19:34:24 +0100
commit1e0064e58b2d03f34a36b0908325e9660362fc57 (patch)
tree0059fc767af8db33ccb5b8dc37971c3c8b8018e5 /Src/Zle/zle_keymap.c
parent5b7950e6ef6911448a87401345eb72229b54d4e8 (diff)
downloadzsh-1e0064e58b2d03f34a36b0908325e9660362fc57.tar.gz
zsh-1e0064e58b2d03f34a36b0908325e9660362fc57.tar.xz
zsh-1e0064e58b2d03f34a36b0908325e9660362fc57.zip
33956: document key binding changes and remove ^X binding
Diffstat (limited to 'Src/Zle/zle_keymap.c')
-rw-r--r--Src/Zle/zle_keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle_keymap.c b/Src/Zle/zle_keymap.c
index afba592a7..be02f3aab 100644
--- a/Src/Zle/zle_keymap.c
+++ b/Src/Zle/zle_keymap.c
@@ -1373,6 +1373,7 @@ default_bindings(void)
     bindkey(amap, "gE", refthingy(t_vibackwardblankwordend), NULL);
     bindkey(amap, "gg", refthingy(t_beginningofbufferorhistory), NULL);
     bindkey(amap, "g~", refthingy(t_vioperswapcase), NULL);
+    bindkey(amap, "g~~", NULL, "g~g~");
 
     /* emacs mode: arrow keys */ 
     add_cursor_key(emap, TCUPCURSOR, t_uplineorhistory, 'A');