Mod4 + t
"gvim ~/Documents/ideas.md"
Mod4 + i
-"gvim ~/Documents/drafts.md"
+"cd ~/Documents/drafts && gvim drafts.md"
Mod4 + d
"gvim ~/Documents/bookmarks.md"
Mod4 + b
#alias startx='printf "Use a specialized startx-...\n"'
alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
alias twread='twtxt timeline --limit 1000 | less'
-alias todo='cd ~/Documents/TODO && vim -c NERDTreeFind TODO.md' # .md filetype is already set to activate spell check
-alias drafts='gvim -c "set spell" ~/Documents/drafts.md'
+alias todo='cd ~/Documents/TODO && vim -c NERDTreeFind TODO.md'
+alias drafts='cd ~/Documents/drafts && vim drafts.md'