From 3be5b10b0310ba35d64a06aeb889e7a783b4aab1 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 28 Dec 1999 09:52:50 +0000 Subject: Initial revision --- zshrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 zshrc (limited to 'zshrc') diff --git a/zshrc b/zshrc new file mode 100644 index 0000000..214ead7 --- /dev/null +++ b/zshrc @@ -0,0 +1,29 @@ +## Linux-Mandrake configuration +# Chmouel Boudjnah + +# Insert +bindkey "^[[2~" yank + +# Suppr +bindkey "^[[3~" delete-char + +# Begin +bindkey "^[[1~" beginning-of-line + +# End +bindkey "^[[4~" end-of-line + +# Up +bindkey "^[[5~" up-line-or-history + +# Down +bindkey "^[[6~" down-line-or-history + +# Completion for zsh, if you have a slow machine comment these lines !!! +_compdir=/usr/share/zsh/functions/Core +[[ -z $fpath[(r)$_compdir] ]] && fpath=($fpath $_compdir) +autoload -U compinit +compinit + +# Exemple how do you can make a macro with zsh : +# bindkey -s ^xs '\C-e"\C-asu -c "' -- cgit v1.2.1