From f4fc2730cf1a2ae26ebf3707548945a73cd74ff1 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 1 Dec 2019 13:43:58 +0100 Subject: [PATCH] rewrote _apply_bindings() to support new tmux 3.0 bindings (4) failed to source the proper modified file, fixes #303 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 4333ddf..de35325 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -747,7 +747,7 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim # '{i = $2 == "-T" ? 4 : 5; gsub(/^[;]$/, "\\\\&", $i); gsub(/^[$"#~]$/, "'"'"'&'"'"'", $i); gsub(/^['"'"']$/, "\"&\"", $i); print}' > "$cfg.in" # # # ignore bindings with errors -# while ! out=$(tmux source-file "$cfg"); do +# while ! out=$(tmux source-file "$cfg.in"); do # line=$(printf "%s" "$out" | cut -d':' -f2) # perl -n -i -e "if ($. != $line) { print }" "$cfg.in" # done