Skip to content

Commit

Permalink
rewrote _apply_bindings() to support new tmux 3.0 bindings (4)
Browse files Browse the repository at this point in the history
failed to source the proper modified file, fixes #303
  • Loading branch information
gpakosz committed Dec 9, 2019
1 parent 1cf813f commit f4fc273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4fc273

Please sign in to comment.