summaryrefslogtreecommitdiffstats
path: root/.zsh/rc/10keybindings
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-12 16:08:22 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-12 16:10:24 +0200
commit8cee2197d73332d51a82b5f1a67aae185964688d (patch)
treef0970a88ea843a15f40eff66bec72c20c9385e8b /.zsh/rc/10keybindings
parent6757f9d15ae5a79c00e1ab700543c380d975b766 (diff)
downloaddotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.gz
dotfiles-8cee2197d73332d51a82b5f1a67aae185964688d.tar.xz
move all zshrc stuff into .zshrc and use folding
nothing else changed
Diffstat (limited to '.zsh/rc/10keybindings')
-rw-r--r--.zsh/rc/10keybindings15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zsh/rc/10keybindings b/.zsh/rc/10keybindings
deleted file mode 100644
index 0761957..0000000
--- a/.zsh/rc/10keybindings
+++ /dev/null
@@ -1,15 +0,0 @@
-#--------------------
-# Keybindings
-#--------------------
-bindkey -e
-bindkey '\e[1~' beginning-of-line
-bindkey '\e[4~' end-of-line
-bindkey '\e[3~' delete-char
-bindkey '\e[2~' overwrite-mode
-bindkey "^[[7~" beginning-of-line # Pos1
-bindkey "^[[8~" end-of-line # End
-# HOWTO make your own:
-# bindkey '<crtl+alt+key>' <action> (do this in a shell)
-# for some actions run `bindkey`
-
-# vim: set ft=zsh: