X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=1c4fd3cba1e48bdb15880ae601b09dcc900fd99d;hb=7bd82d6616bc3f1a707d40e9aaef02ad4b5b8b36;hp=e535076539ba7a1152e81f4159fc2fd3c0671b21;hpb=416a7f83957cd9b065264ae90d30c3c8b32c413c;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index e535076..1c4fd3c 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -202,8 +202,8 @@ fi #if [[ "$TERM" == screen ]]; then bindkey '\e[1~' beginning-of-line # home bindkey '\e[4~' end-of-line # end - bindkey "^[[A" up-line-or-search # cursor up - bindkey "^[[B" down-line-or-search # - + bindkey '\e[A' up-line-or-search # cursor up + bindkey '\e[B' down-line-or-search # - bindkey '^x' history-beginning-search-backward # alternative ways of searching the shell history # bindkey -s '^L' "|less\n" # ctrl-L pipes to less # bindkey -s '^B' " &\n" # ctrl-B runs it in the background