[tmux] Add notes default session file
Called with `tm notes.session`. Calls up a vifm instance pointed to the notes directory, and a vim session pointed to the notes index file.
This commit is contained in:
parent
c9e3b917f2
commit
7d414b294c
1 changed files with 6 additions and 0 deletions
6
.config/tmux/sessions/notes.session
Normal file
6
.config/tmux/sessions/notes.session
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
rename-window notes
|
||||||
|
send-keys vm Space ~/Nextcloud/Notes C-m
|
||||||
|
new-window -n notepad
|
||||||
|
send-keys v C-m
|
||||||
|
send-keys Space w w
|
||||||
|
attach-session -t . -c ~/Nextcloud/Notes
|
Loading…
Reference in a new issue