"video-catalog-play"
Mod4+v
-"gvim ~/TODO.md"
+"gvim ~/TODO.md" # .md filetype is already set to activate spell check
alt + shift + t
-"gvim ~/Documents/Drafts.txt"
+"gvim -c 'set spell' ~/Documents/Drafts.txt"
alt + shift + d
#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 ~/TODO.md'
-alias drafts='gvim ~/Documents/Drafts.txt'
+alias todo='vim ~/TODO.md' # .md filetype is already set to activate spell check
+alias drafts='gvim -c 'set spell' ~/Documents/Drafts.txt'