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 8fea058 commit 952fc5aCopy full SHA for 952fc5a
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
### master
4
+- 'open editor' command can now open files that have spaces
5
6
### v1.0.0, Aug 03, 2014
7
- if $EDITOR env var is not set, provide fallback
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 -I'{}' 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