blob: 0a5b87e222d8f279a38c548788a8835ee1c9cd79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##
## Part of configuration files for Zsh 4
## by Hugues Hiegel <hugues@hiegel.fr>
##
## NO WARRANTY PROVIDED, USE AT YOUR OWN RISKS
##
## You are encouraged to use, modify, and redistribute
## these files with or without this notice.
##
# sanity : binds AltGr+Space to Space, useful when typing things like "foo | bar" on azerty..
bindkey -s "\M-B\M- " " "
|