Compare commits
No commits in common. "b4edfe36e63dcdb41d327bfc5b0c9063badbfeba" and "5dff1db3dbed4378ac0fbd42fdd331ea6696318b" have entirely different histories.
b4edfe36e6
...
5dff1db3db
3 changed files with 15 additions and 31 deletions
|
@ -9,9 +9,6 @@ git_version=$(git --version 2>/dev/null)
|
||||||
git_version="${git_version##git version }"
|
git_version="${git_version##git version }"
|
||||||
|
|
||||||
alias g='git'
|
alias g='git'
|
||||||
if exist lazygit; then
|
|
||||||
alias lg="lazygit"
|
|
||||||
fi
|
|
||||||
|
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
alias gaa='git add --all'
|
alias gaa='git add --all'
|
||||||
|
|
|
@ -31,39 +31,26 @@ editmore = vi
|
||||||
[main]
|
[main]
|
||||||
dir = ~/documents/library
|
dir = ~/documents/library
|
||||||
|
|
||||||
# My personal reading
|
|
||||||
[personal]
|
|
||||||
dir = ~/documents/library/personal
|
|
||||||
|
|
||||||
# Sustainable supply chain logistics, especially procurement
|
|
||||||
[litrev-rahman]
|
|
||||||
dir = ~/documents/library/litrev-rahman
|
|
||||||
|
|
||||||
# Addressing Inequalities in World of Work research
|
|
||||||
[ilo]
|
|
||||||
dir = ~/documents/library/ilo-wow
|
|
||||||
|
|
||||||
# fediverse-related academia, from
|
|
||||||
# https://www.zotero.org/groups/5490166/fediverse_research
|
|
||||||
[fedi]
|
|
||||||
dir = ~/documents/library/fediverse
|
|
||||||
|
|
||||||
# General computer science reading
|
|
||||||
[cs]
|
|
||||||
dir = ~/documents/library/cs
|
|
||||||
|
|
||||||
# Electrical engineering reading
|
|
||||||
[ee]
|
|
||||||
dir = ~/documents/library/ee
|
|
||||||
|
|
||||||
# All my university programme readings
|
|
||||||
[emgs]
|
[emgs]
|
||||||
dir = ~/documents/library/emgs
|
dir = ~/documents/library/emgs
|
||||||
|
|
||||||
# General research reading
|
|
||||||
[academia]
|
[academia]
|
||||||
dir = ~/documents/library/academia
|
dir = ~/documents/library/academia
|
||||||
|
|
||||||
|
[personal]
|
||||||
|
dir = ~/documents/library/personal
|
||||||
|
|
||||||
|
[cs]
|
||||||
|
dir = ~/documents/library/cs
|
||||||
|
|
||||||
|
[ee]
|
||||||
|
dir = ~/documents/library/ee
|
||||||
|
|
||||||
|
[litrev-rahman]
|
||||||
|
dir = ~/documents/library/litrev-rahman
|
||||||
|
|
||||||
|
[ilo]
|
||||||
|
dir = ~/documents/library/ilo-wow
|
||||||
|
|
||||||
[plugins.extract]
|
[plugins.extract]
|
||||||
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
tags = {"red": "important", "green": "extra", "blue": "toread"}
|
||||||
|
|
|
@ -7,7 +7,7 @@ open_document_embedded o
|
||||||
toggle_custom_color <C-r>
|
toggle_custom_color <C-r>
|
||||||
toggle_two_page_mode d
|
toggle_two_page_mode d
|
||||||
|
|
||||||
#goto_begining gg
|
goto_begining gg
|
||||||
goto_end G
|
goto_end G
|
||||||
|
|
||||||
screen_up <C-u>
|
screen_up <C-u>
|
||||||
|
|
Loading…
Reference in a new issue