Skip to content

Commit 952fc5a

Browse files
author
Bruno Sutic
committed
Changelog and styling update
1 parent 8fea058 commit 952fc5a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
### master
4+
- 'open editor' command can now open files that have spaces
45

56
### v1.0.0, Aug 03, 2014
67
- if $EDITOR env var is not set, provide fallback

open.tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ generate_editor_command() {
5353
local editor=$(get_tmux_option "$open_editor_override" "$environment_editor")
5454
# vim freezes terminal unless there's the '--' argument. Other editors seem
5555
# to be fine with it (textmate [mate], light table [table]).
56-
echo "xargs -I'{}' tmux send-keys '$editor -- \"{}\"'; tmux send-keys 'C-m'"
56+
echo "xargs -I {} tmux send-keys '$editor -- \"{}\"'; tmux send-keys 'C-m'"
5757
}
5858

5959
set_copy_mode_open_bindings() {

0 commit comments

Comments
 (0)