Move paths to new documents paths

This commit is contained in:
Marty Oehme 2019-12-20 14:21:08 +01:00
parent ff2efa19fd
commit 58ccacac0b
3 changed files with 7 additions and 5 deletions

View file

@ -2,7 +2,7 @@ rename-window dot-git
send-keys "watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always diff | tail -n $(($LINES - 2))'" C-m
split-window -h watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always status | sed "s/\x1b\[m/\x1b\[00m/"'
split-window -v
send-keys k C-m
send-keys L C-m
select-pane -t 1
split-window -v watch -t -n 5 -c '/usr/bin/git --git-dir=/home/marty/.dotfiles/ --work-tree=/home/marty -c color.ui=always log --graph --date=short --decorate --oneline'
select-pane -t 4

View file

@ -1,7 +1,7 @@
rename-window notes
send-keys vm Space ~/Nextcloud/Notes C-m
send-keys vm Space $WIKIROOT Space $LIBRARY C-m
new-window -n notepad
send-keys ~/Nextcloud/Notes C-m
send-keys $WIKIROOT C-m
send-keys v C-m
send-keys Space w w
attach-session -t . -c ~/Nextcloud/Notes
attach-session -t . -c $WIKIROOT

View file

@ -111,7 +111,9 @@ set timeoutlen=5000
mark h ~/
mark d ~/downloads/
mark p ~/projects/
mark n ~/Nextcloud/Notes/
mark i ~/pictures/
mark n ~/documents/notes/
mark l ~/documents/library/academia/pdf/
mark t ~/.local/share/vifm/Trash/
" }}}