Activate spell check for drafts shortcut
[khome.git] / home / lib / login_aliases.sh
index abf7d12..c26a795 100644 (file)
@@ -12,3 +12,5 @@ alias tm='tmux'
 #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'  # .md filetype is already set to activate spell check
+alias drafts='gvim -c 'set spell' ~/Documents/Drafts.txt'
This page took 0.023404 seconds and 4 git commands to generate.