summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-10-23 17:09:56 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-10-23 17:10:16 +0200
commita4cf63c5f3813707f2c66a99f6f647f44b8585ea (patch)
tree22ff77afc80a066778e3a91af715f78944a13e6c /.zsh
parentd4613dbcd2e340d5bfc0f0c5a38df1aac2a32915 (diff)
downloaddotfiles-a4cf63c5f3813707f2c66a99f6f647f44b8585ea.tar.gz
dotfiles-a4cf63c5f3813707f2c66a99f6f647f44b8585ea.tar.bz2
dotfiles-a4cf63c5f3813707f2c66a99f6f647f44b8585ea.zip
Keybindings for screen
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc b/.zsh/zshrc
index c01414a..d603987 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -238,7 +238,7 @@ case $TERM in
bindkey "^[[8~" end-of-line
bindkey "^[[3~" delete-char
;;
- screen|linux)
+ screen*|linux)
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
bindkey "^[[3~" delete-char