From 5c457f7afa8035a106dd829ca398a52043b98858 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 3 Jun 2020 04:56:15 -0500 Subject: [PATCH] Commenting out default invocation as my usage of tmux has changed --- .tmux.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 49ebda0..8a72700 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,16 +1,16 @@ -set -g default-terminal "tmux-256color" +#set -g default-terminal "tmux-256color" # Set up default session, attach to an existing one if available -new -As0 +#new -As0 # Split window -splitw -v -p 60 -splitw -h -p 50 +#splitw -v -p 60 +#splitw -h -p 50 # Start programs -send -t 0:0.0 'weechat' Enter -send -t 0:0.2 'vifm' Enter +#send -t 0:0.0 'weechat' Enter +#send -t 0:0.2 'vifm' Enter # Set focus on pane 1 -selectp -t 0:0.1 +#selectp -t 0:0.1 set-option -g assume-paste-time 1 set-option -g base-index 1