From 2feb71aac5935222519a1719233676909fa4044d Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sat, 25 Jul 2015 10:50:09 +0200 Subject: [PATCH] made e work with the fish shell --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 7d8d39a..f2483fb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -23,7 +23,7 @@ setw -g utf8 on set -g history-limit 5000 # boost history # edit configuration -bind e new-window -n '~/.tmux.conf' '${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display "~/.tmux.conf sourced"' +bind e new-window -n '~/.tmux.conf' "sh -c '\${EDITOR:-vim} ~/.tmux.conf && tmux source ~/.tmux.conf && tmux display \"~/.tmux.conf sourced\"'" # reload configuration bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'