From 379429a85e512e8b7e9a3c85837a78b0c24677e4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 24 Nov 2008 20:05:14 +0100 Subject: [PATCH] Minor documentation fixes. --- inputrc | 2 +- zsh/rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.2