Mod4 + e
# Edit specific files
-"gvim ~/Documents/TODO.md"
+"cd ~/Documents/TODO && gvim -c NERDTreeFind TODO.md"
Mod4 + t
"gvim ~/Documents/ideas.md"
Mod4 + i
#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='vim ~/Documents/TODO.md' # .md filetype is already set to activate spell check
+alias todo='vim ~/Documents/TODO/TODO.md' # .md filetype is already set to activate spell check
alias drafts='gvim -c "set spell" ~/Documents/drafts.md'