Move paths to new documents paths
This commit is contained in:
parent
ff2efa19fd
commit
58ccacac0b
3 changed files with 7 additions and 5 deletions
|
@ -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
|
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 -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
|
split-window -v
|
||||||
send-keys k C-m
|
send-keys L C-m
|
||||||
select-pane -t 1
|
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'
|
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
|
select-pane -t 4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
rename-window notes
|
rename-window notes
|
||||||
send-keys vm Space ~/Nextcloud/Notes C-m
|
send-keys vm Space $WIKIROOT Space $LIBRARY C-m
|
||||||
new-window -n notepad
|
new-window -n notepad
|
||||||
send-keys ~/Nextcloud/Notes C-m
|
send-keys $WIKIROOT C-m
|
||||||
send-keys v C-m
|
send-keys v C-m
|
||||||
send-keys Space w w
|
send-keys Space w w
|
||||||
attach-session -t . -c ~/Nextcloud/Notes
|
attach-session -t . -c $WIKIROOT
|
||||||
|
|
|
@ -111,7 +111,9 @@ set timeoutlen=5000
|
||||||
mark h ~/
|
mark h ~/
|
||||||
mark d ~/downloads/
|
mark d ~/downloads/
|
||||||
mark p ~/projects/
|
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/
|
mark t ~/.local/share/vifm/Trash/
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
Loading…
Reference in a new issue