diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-05 09:46:06 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-05 09:46:06 -0700 |
commit | 5059c260e51cd65f0abe1d13dd23375a4f3ff795 (patch) | |
tree | d6ba798940c1e8e2dff6b4e4d00a90051320863c /templates | |
parent | 5a52b401459cc3e3a5a3c48f3f6e9d22151bb508 (diff) |
Update the 'local' template
Diffstat (limited to 'templates')
-rw-r--r-- | templates/local.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/local.yaml b/templates/local.yaml index 8ccc060..9e32a05 100644 --- a/templates/local.yaml +++ b/templates/local.yaml @@ -1,10 +1,10 @@ session_name: local +start_directory: ~/Notes windows: - window_name: tasks layout: main-vertical panes: - - cmus - - htop - - task -home -spare - - + - vim todo.md + - task sync; clear; task -home + - focus: true |