Compare commits

..

No commits in common. "b4edfe36e63dcdb41d327bfc5b0c9063badbfeba" and "5dff1db3dbed4378ac0fbd42fdd331ea6696318b" have entirely different histories.

3 changed files with 15 additions and 31 deletions

View file

@ -9,9 +9,6 @@ git_version=$(git --version 2>/dev/null)
git_version="${git_version##git version }"
alias g='git'
if exist lazygit; then
alias lg="lazygit"
fi
alias ga='git add'
alias gaa='git add --all'

View file

@ -31,39 +31,26 @@ editmore = vi
[main]
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]
dir = ~/documents/library/emgs
# General research reading
[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]
tags = {"red": "important", "green": "extra", "blue": "toread"}

View file

@ -7,7 +7,7 @@ open_document_embedded o
toggle_custom_color <C-r>
toggle_two_page_mode d
#goto_begining gg
goto_begining gg
goto_end G
screen_up <C-u>