dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit d2b8d26d5760c9c131eb192c56969d105c532da3
parent 6be1d5f2434a4b398156481b9b9f961ffa2bda54
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 14 May 2018 13:26:55 -0400

Use M-q for display-panes

Diffstat:
Mlinks/.tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -8,6 +8,7 @@ bind -n M-R source-file ~/.tmux.conf \; display "~/.tmux.conf reloaded" set -g history-limit 10000 # lines to keep in hisoty set-option -g display-panes-time 3000 # Timeout for pane-numbering in ms +bind -n M-q display-panes set-option -sg escape-time 0 # speed up commands set -g mouse on # enable mouse (tmux 2.1+) set -g base-index 1 # start window numbering at 1