From: Simon Ruderich Date: Mon, 6 Jun 2011 20:08:22 +0000 (+0200) Subject: tmux.conf: Remove unnecessary comment. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=713b1479282ed975a2e1d1f15294a66b609276e4;p=config%2Fdotfiles.git tmux.conf: Remove unnecessary comment. --- diff --git a/tmux.conf b/tmux.conf index 7e49559..9673ec6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -50,7 +50,6 @@ unbind-key C-b # GNU screen like bindings (with C-x). bind-key C-c new-window bind-key C-a last-window -# Switch to next/previos window, like in GNU screen. bind-key C-n next-window bind-key C-p previous-window bind-key C-[ copy-mode