We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cbb35 commit 8fea058Copy full SHA for 8fea058
open.tmux
@@ -53,7 +53,7 @@ generate_editor_command() {
53
local editor=$(get_tmux_option "$open_editor_override" "$environment_editor")
54
# vim freezes terminal unless there's the '--' argument. Other editors seem
55
# to be fine with it (textmate [mate], light table [table]).
56
- echo "xargs tmux send-keys '$editor -- '; tmux send-keys 'C-m'"
+ echo "xargs -I'{}' tmux send-keys '$editor -- \"{}\"'; tmux send-keys 'C-m'"
57
}
58
59
set_copy_mode_open_bindings() {
0 commit comments