From 58ccacac0b1f1ba39f02089cf2c1b2f16098c51a Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 20 Dec 2019 14:21:08 +0100 Subject: [PATCH] Move paths to new documents paths --- .config/tmux/sessions/dot.session | 2 +- .config/tmux/sessions/notes.session | 6 +++--- .config/vifm/vifmrc | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/tmux/sessions/dot.session b/.config/tmux/sessions/dot.session index 67c52e5..6529ae2 100644 --- a/.config/tmux/sessions/dot.session +++ b/.config/tmux/sessions/dot.session @@ -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 diff --git a/.config/tmux/sessions/notes.session b/.config/tmux/sessions/notes.session index efa4153..658ac4f 100644 --- a/.config/tmux/sessions/notes.session +++ b/.config/tmux/sessions/notes.session @@ -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 diff --git a/.config/vifm/vifmrc b/.config/vifm/vifmrc index a72ffa7..a375fb4 100644 --- a/.config/vifm/vifmrc +++ b/.config/vifm/vifmrc @@ -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/ " }}}