From 695f7c8f4c063cf3625b3a9c742b5250dc9c0314 Mon Sep 17 00:00:00 2001 From: hugues Date: Mon, 26 Jun 2006 21:49:49 +0000 Subject: Rehash powered !! - Kill line, - Escape for history, then execute, - Paste previous command. git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@253 a0e5b806-a6f9-0310-978d-cbce73f8a913 --- 40_KeyBindings.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '40_KeyBindings.zsh') diff --git a/40_KeyBindings.zsh b/40_KeyBindings.zsh index 0c0fa99..df166d7 100644 --- a/40_KeyBindings.zsh +++ b/40_KeyBindings.zsh @@ -25,8 +25,8 @@ bindkey "" backward-word # ESC left bindkey "[3~" kill-region # ESC del # Pratique pour rehasher rapidement -bindkey -s "r" "rehash\n" -bindkey -s "R" "rehash\n" +bindkey -s "r" " rehash\n" +bindkey -s "R" " rehash\n" test $TERM = "rxvt" -o $TERM = "xterm" -o $TERM = "aterm" && { -- cgit v1.2.3