]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Minor documentation updates.
authorSimon Ruderich <simon@ruderich.org>
Fri, 15 Jun 2012 12:24:12 +0000 (14:24 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 15 Jun 2012 12:46:28 +0000 (14:46 +0200)
inputrc
tmux.conf
zsh/rc

diff --git a/inputrc b/inputrc
index 0e702f12a0b177e2e54ad8e2e0bb6cbc19fb342a..7f0c775dff52564a5efe74c0a539a57a1ecf4252 100644 (file)
--- a/inputrc
+++ b/inputrc
@@ -16,7 +16,7 @@
 # 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
 
index e4d3340b38007c0f58ad86fcd9b56a545620c658..5a69f7a65eb3a377e9686959fb5d25f18ebdaa55 100644 (file)
--- 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 d10736edaacf5c6be9490e8ca3a364e0a8332946..733921fe0c6e6affa59b7e7b384c9e1115ce2605 100644 (file)
--- 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)'