Update a regress conf for new syntax.

This commit is contained in:
Nicholas Marriott 2021-08-20 07:58:25 +01:00
parent 3676779156
commit 28d26fca35

View File

@ -14,12 +14,13 @@ bind C {
copy-mode -s'{last}'
}
set -g word-separators ""
bind -n C-DoubleClick1Pane if -F '#{m/r:^[^:]*:[0-9]+:,#{mouse_word}}' {
popup -w90% -h90% -KE -d '#{pane_current_path}' -R {
emacs `echo #{mouse_word}|awk -F: '{print "+" $2,$1}'`
}
run -C { popup -w90% -h90% -E -d '#{pane_current_path}' '
emacs `echo #{mouse_word}|awk -F: "{print \"+\"\\$2,\\$1}"`
' }
} {
popup -w90% -h90% -KE -d '#{pane_current_path}' -R {
emacs "#{mouse_word}"
}
run -C { popup -w90% -h90% -E -d '#{pane_current_path}' '
emacs "#{mouse_word}"
' }
}