]> git.alrj.org Git - zsh.d.git/commitdiff
Use emacs bindings
authorAmand Tihon <amand.tihon@alrj.org>
Thu, 30 Jul 2009 06:28:18 +0000 (08:28 +0200)
committerAmand Tihon <amand.tihon@alrj.org>
Thu, 30 Jul 2009 06:28:18 +0000 (08:28 +0200)
S10_zshopts

index a60363924530ece0e8835430f5521a9a91d241fd..e382cfc65d7f24b7652c5f8763d095ac25bc4e76 100644 (file)
@@ -12,6 +12,9 @@ typeset -ga preexec_functions
 typeset -ga precmd_functions
 typeset -ga chpwd_functions
 
 typeset -ga precmd_functions
 typeset -ga chpwd_functions
 
+# use emacs bindings
+bindkey -e
+
 # This must be done very early.
 clear_psvar() {
   psvar=()
 # This must be done very early.
 clear_psvar() {
   psvar=()