From: Simon Ruderich Date: Fri, 15 Jun 2012 12:24:12 +0000 (+0200) Subject: Minor documentation updates. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=667550d3424b726d074c65289c23160268576bc8;p=config%2Fdotfiles.git Minor documentation updates. --- diff --git a/inputrc b/inputrc index 0e702f1..7f0c775 100644 --- a/inputrc +++ b/inputrc @@ -16,7 +16,7 @@ # along with this file. If not, see . -# Only one is necessary to get a list of all possible options. +# Only one is necessary to get a list of all possible options. set show-all-if-ambiguous on set show-all-if-unmodified on diff --git a/tmux.conf b/tmux.conf index e4d3340..5a69f7a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -29,7 +29,7 @@ set-option -g display-time 3000 # Disable alternative screen feature. This way e.g. Vim's window content stays # visible after quitting Vim. This is quite useful to copy data (needs tmux -# 1.5 to work completely). +# 1.5 to work (almost) completely). set-window-option -g alternate-screen off # Set title for outer terminal. diff --git a/zsh/rc b/zsh/rc index d10736e..733921f 100644 --- a/zsh/rc +++ b/zsh/rc @@ -541,7 +541,7 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} # is no longer displayed. Display current position in percent (%p). zstyle ':completion:*:default' list-prompt '%p' # Display group name (%d) (like 'external command', 'alias', etc.), in bold. -# Also display a message if _approximate found errors and if no matches were +# Also display a message if _approximate found errors and no matches were # found. zstyle ':completion:*' format ' %B%d%b:' zstyle ':completion:*:corrections' format ' %B%d%b (errors: %e)'