]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Create new key bindings section.
authorSimon Ruderich <simon@ruderich.org>
Tue, 16 Mar 2010 01:04:50 +0000 (02:04 +0100)
committerSimon Ruderich <simon@ruderich.org>
Tue, 16 Mar 2010 01:04:50 +0000 (02:04 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 902d184bc4c0970c17d7ec06b6493a163c0b2873..f55df48041f61980ff2d982ce52a3a53b06c6434 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -5,9 +5,6 @@ source_debug "sourcing ~/.zsh/rc"
 
 # MISCELLANEOUS SETTINGS
 
-# Use Vi(m) style key bindings.
-bindkey -v
-
 # Be paranoid, new files are readable/writable by me only.
 umask 077
 
@@ -33,6 +30,14 @@ setopt extendedglob
 setopt ignoreeof
 
 
+# KEY BINDINGS
+
+# Not all bindings are done here, only those not specific to a given section.
+
+# Use Vi(m) style key bindings.
+bindkey -v
+
+
 # FUNCTION SETTINGS
 
 # Make sure every entry in $fpath is unique.