Skip to content

Commit 74f1be4

Browse files
committed
make new of an expand bug with start_directory
1 parent 2baa170 commit 74f1be4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

TODO

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Roadmap
44
Immediate
55
"""""""""
66

7+
bug:
8+
9+
'pane_start_path': u'/home/tony/workspace/tmuxp/ /var/log',
10+
11+
.. code-block:: yaml
12+
13+
yaml_config = '''
14+
session_name: sampleconfig
15+
start_directory: '~'
16+
windows:
17+
- window_name: test
18+
start_directory: /var/log
19+
layout: main-horizontal
20+
panes:
21+
- shell_command:
22+
- vim
23+
- shell_command:
24+
- echo "hey"
25+
- shell_command:
26+
- echo "moo"
27+
728
- update prompt() to have verbose choices
829
- tmuxp kill-session escape / quote names with spaces
930
- have test_workspace_builder use tests from ./examples!

0 commit comments

Comments
 (0)