From: Simon Ruderich Date: Tue, 16 Mar 2010 01:04:50 +0000 (+0100) Subject: zsh/rc: Create new key bindings section. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=472231df37f6e5e46d41e569a58aafd645adf1c1;hp=2dad868f3aa83676dde4b9891c49389e77b90a7e;p=config%2Fdotfiles.git zsh/rc: Create new key bindings section. --- 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.