summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.screenrc5
-rw-r--r--.zsh/zshrc2
2 files changed, 6 insertions, 1 deletions
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