]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/79_bindkeys
67e34aae06247450b1ad86ad216b2694550be138
[zsh.git] / .zsh / zshrc / 79_bindkeys
1 # -*- mode: sh -*-
2 # zshrc/80_bindkeys
3 #
4 # Defines key bindings
5 #
6 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
7 # Released under the terms of the Artistic Licence 2.0
8 #
9 # Source repository: git://git.madduck.net/etc/zsh.git
10 #
11
12 # use emacs keybindings by default
13 bindkey -e
14
15 # history expansion on pressing space
16 #bindkey ' ' magic-space
17
18 # repeat the previous shell-word ($WORDCHARS)
19 bindkey '\e=' copy-prev-shell-word
20
21 # allow for better ad-hoc multiline editing
22 bindkey '\eq' push-line-or-edit
23
24 # vim:ft=zsh