summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-03-19 18:56:24 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-03-19 18:56:24 -0700
commitb36d8cfd30a3d37ed6c9ad6d602469f544d6d380 (patch)
treed371cc4c1845df06ba866e2e305387ee9e45744a /.tmux.conf
parentb7831d4d5e911557a1ec81e0da440805e6d6d76d (diff)
downloaddotfiles-b36d8cfd30a3d37ed6c9ad6d602469f544d6d380.tar.gz
use a vertical split for Emacs for NEW processing
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 6caba524..84505198 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -54,7 +54,7 @@ bind e new-window -n emacs 'emacsclient -amg -t'
# bind t new-window -n irssi 'ii'
# ftp-master: tmux setup for NEW processing
-bind N split-window -h "emacsclient -t -a '' -e '(switch-to-buffer \"*scratch*\")'" \; select-pane -t :.+ \; send c d Space / s r v / f t p - m a s t e r . d e b i a n . o r g / q u e u e / n e w Enter d a k Space p r o c e s s - n e w Space
+bind N split-window -v -d "emacsclient -t -a '' -e '(switch-to-buffer \"*scratch*\")'" \; swap-pane -D \; resize-pane -t 1 -y 12 \; send c d Space / s r v / f t p - m a s t e r . d e b i a n . o r g / q u e u e / n e w Enter d a k Space p r o c e s s - n e w Space
# ---- status bar ----