# along with this file. If not, see <http://www.gnu.org/licenses/>.
-# Only one <tab> is necessary to get a list of all possible options.
+# Only one <Tab> is necessary to get a list of all possible options.
set show-all-if-ambiguous on
set show-all-if-unmodified on
# 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.
# 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)'