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 7b030d1 commit 9776d48Copy full SHA for 9776d48
tmuxp/session.py
@@ -164,7 +164,6 @@ def new_window(self,
164
if start_directory:
165
# as of 2014-02-08 tmux 1.9-dev doesn't expand ~ in new-window -c.
166
start_directory = os.path.expanduser(start_directory)
167
- start_directory = pipes.quote(start_directory)
168
window_args += ('-c%s' % start_directory,)
169
170
window_args += (
tmuxp/window.py
@@ -378,7 +378,6 @@ def split_window(
378
379
380
381
382
tmux_args += ('-c%s' % start_directory,)
383
384
if not attach:
0 commit comments