Moved previous default (paper) compilation target for pandoc to its own file (paper.latex) and saved the current default as a backup file. This should fix some issues with compilation to PDF, especially with vertical spacing and quotes which would fail intermittently otherwise.
13 lines
683 B
Text
13 lines
683 B
Text
rename-window dot-git
|
|
send-keys "cd ~/.dotfiles; while true; do fd -t f --hidden | entr -cd git -c color.ui=always diff; done" C-m
|
|
split-window -h "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr -cd git -c color.ui=always status; done"
|
|
split-window -v
|
|
send-keys "cd ~/.dotfiles; clear" C-m L C-m
|
|
select-pane -t 1
|
|
split-window -v "cd ~/.dotfiles; while true; do fd -t f --hidden --exclude .git/objects | entr -cd git -c color.ui=always log --graph --date=short --decorate --oneline --all --remotes; done"
|
|
select-pane -t 4
|
|
new-window -n code
|
|
send-keys "cd ~/.dotfiles; v ." C-m zo
|
|
new-window -n test
|
|
select-window -t 1
|
|
attach-session -t . -c ~/.dotfiles
|