X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf;h=e4d3340b38007c0f58ad86fcd9b56a545620c658;hb=614f9080ac810a2f4c0a5244bca856f3358e625e;hp=ced99a1d52c3d4999891d738fcdc8f87bab50752;hpb=db2d414a0fd9b2c3d988ffa08043b70d26e5382f;p=config%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index ced99a1..e4d3340 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,20 @@ # Tmux configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + # GENERAL @@ -63,4 +78,8 @@ bind-key C-p previous-window bind-key C-[ copy-mode bind-key C-] paste-buffer +# Arrow-key replacements for tmux's prompt. +bind-key -t vi-edit C-n history-down +bind-key -t vi-edit C-p history-up + # vim: ft=tmux