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 a2c4a546eb5b5ed5be104f3e9621b6e06cb8a2b4
parent c536cc39ac790afbb6ef9b220f80d8b63aef4006
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 14 Nov 2017 16:16:50 -0500

open split to send text to susan

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

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -120,6 +120,7 @@ bind -Tlaunch v new-window -n vim "vim" bind -Tlaunch r new-window -n rss "feednix" bind -Tlaunch w new-window -n weather \ "curl 'wttr.in/?m'; echo -e '\nPress <enter> to quit'; read -n 1 -s" +bind -Tlaunch s split-window -p 25 \; send-keys "susan " # Open new window and resize status accordingly (should be a hook instead) #bind-key Enter new-window