X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f55df48041f61980ff2d982ce52a3a53b06c6434;hb=472231df37f6e5e46d41e569a58aafd645adf1c1;hp=902d184bc4c0970c17d7ec06b6493a163c0b2873;hpb=2dad868f3aa83676dde4b9891c49389e77b90a7e;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 902d184..f55df48 100644 --- 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.