From 9941420c6d9b48cd08d47a2aa871acfbf49e7a44 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 5 Mar 2023 17:26:21 +0100 Subject: [PATCH] added a way to mark set/bind/unbind commands as important in ~/.tmux.conf.local (2) --- .tmux.conf.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf.local b/.tmux.conf.local index 51d93ab..8b2fc7c 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -362,7 +362,7 @@ tmux_conf_copy_to_os_clipboard=false # bind C-a send-prefix # if you don't want Oh my tmux! to alter a binding, use #!important -# bind v new-window -c #{pane_current_path} #!important +# bind c new-window -c '#{pane_current_path}' #!important # move status line to top #set -g status-position top