From: Simon Ruderich Date: Mon, 24 Nov 2008 19:05:14 +0000 (+0100) Subject: Minor documentation fixes. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=379429a85e512e8b7e9a3c85837a78b0c24677e4;p=config%2Fdotfiles.git Minor documentation fixes. --- diff --git a/inputrc b/inputrc index 25643b6..12f2d9b 100644 --- a/inputrc +++ b/inputrc @@ -4,6 +4,6 @@ # Only one is necessary to get a list of all possible options. set show-all-if-ambiguous on -# Activate vi editing mode. +# Activate Vi editing mode. set editing-mode vi set keymap vi diff --git a/zsh/rc b/zsh/rc index 9c0fc35..ddee69f 100644 --- a/zsh/rc +++ b/zsh/rc @@ -130,7 +130,7 @@ alias vqs='vim -c "cd $(hg root)/.hg/patches/" "$(hg root)/.hg/patches/series"' alias -g ...='../..' alias -g ....='../../..' -# Improved ls which displays the files in columns (-C), visualises directories, +# Improved ls which displays the files in columns (-C), visualizes directories, # links and other special files (-F) and pages everything through less (L). # # If available use GNU ls with colorized output. If it isn't available use