From 16844794d8b2a50a6e98c457a0ae3ff957f06308 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 7 Aug 2020 11:42:37 -0700 Subject: use tmuxmacs to get a single Emacs frame in a tmux session In a text environment, try relying on Emacs tabs rather than multiple frames. --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 428abba8..3a4fd8cc 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -47,7 +47,7 @@ bind g new-window -c "#{pane_current_path}" "grep --color=always -Eir '(copyrigh # bind R command-prompt -p "ssh to host" "split-window 'ssh %1'" # bind r command-prompt -p "ssh to host" "new-window -n %1 'ssh %1'" # bind E split-window 'emacsclient -amg -t' -bind e new-window -n emacs "emacsclient -t" +bind e run-shell tmuxmacs # bind t new-window -n irssi 'ii' # ftp-master: tmux setup for NEW processing -- cgit v1.2.3