Skip to content

Commit b0b6dd7

Browse files
committed
Update .tmuxp.json and .tmuxp.yaml to reset before opening vim
1 parent 827dc57 commit b0b6dd7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.tmuxp.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"panes": [
55
{
66
"shell_command": [
7+
"reset",
78
"vim",
89
":Ex"
910
],
@@ -37,7 +38,9 @@
3738
"panes": [
3839
{
3940
"shell_command": [
40-
"vim"
41+
"reset",
42+
"vim",
43+
":Ex"
4144
],
4245
"focus": true
4346
},

.tmuxp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ windows:
1010
- '[ ! -d .env/build ] || rm -rf .env/build'
1111
panes:
1212
- shell_command:
13+
- reset
1314
- vim
1415
- :Ex
1516
focus: true
@@ -31,7 +32,9 @@ windows:
3132
- cd ./doc
3233
panes:
3334
- shell_command:
35+
- reset
3436
- vim
37+
- :Ex
3538
focus: true
3639
- pwd
3740
- echo 'docs built to <http://0.0.0.0:8000/_build/html>'; python -m SimpleHTTPServer

0 commit comments

Comments
 (0)