From 5d282115108023eabe3e4c3a3fd0694267a0c13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 2 Apr 2010 23:34:41 +0200 Subject: Screen stuff --- .screenrc | 5 +++++ .zsh/zshrc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .screenrc diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..68c4622 --- /dev/null +++ b/.screenrc @@ -0,0 +1,5 @@ +defflow off + +# bindkeys +bindkey -k kh stuff \033OH +bindkey -k kH stuff \033OF diff --git a/.zsh/zshrc b/.zsh/zshrc index 9f7bf75..a344e67 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -173,7 +173,7 @@ esac # Key bindings {{{ ################################################# bindkey -e # use emacs style :) -case $TERM in (xterm*|aterm|rxvt) +case $TERM in (xterm*|aterm|rxvt|screen) bindkey "^[OH" beginning-of-line bindkey "^[OF" end-of-line bindkey "^[[3~" delete-char -- cgit v1.2.3