From 8af62a484ab822cddcd8a594538a7a993c2f5031 Mon Sep 17 00:00:00 2001 From: Takatoshi Ono Date: Sat, 21 Apr 2018 00:54:02 +0900 Subject: [PATCH] Use set-option --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index a4f3a2e..5f5b3f6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -30,4 +30,4 @@ source-file ~/.dotfiles/tmux.d/status-line bind-key C-c new-window # pbcopy できるようにする -set -g default-command "reattach-to-user-namespace -l ${SHELL}" +set-option -g default-command "reattach-to-user-namespace -l ${SHELL}"