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 827dc57 commit b0b6dd7Copy full SHA for b0b6dd7
.tmuxp.json
@@ -4,6 +4,7 @@
4
"panes": [
5
{
6
"shell_command": [
7
+ "reset",
8
"vim",
9
":Ex"
10
],
@@ -37,7 +38,9 @@
37
38
39
40
- "vim"
41
42
+ "vim",
43
+ ":Ex"
44
45
"focus": true
46
},
.tmuxp.yaml
@@ -10,6 +10,7 @@ windows:
- '[ ! -d .env/build ] || rm -rf .env/build'
11
panes:
12
- shell_command:
13
+ - reset
14
- vim
15
- :Ex
16
focus: true
@@ -31,7 +32,9 @@ windows:
31
32
- cd ./doc
33
34
35
36
+ - :Ex
- pwd
- echo 'docs built to <http://0.0.0.0:8000/_build/html>'; python -m SimpleHTTPServer
0 commit comments