Use drafts directory
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 10 Oct 2020 14:02:51 +0000 (10:02 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 10 Oct 2020 14:02:51 +0000 (10:02 -0400)
home/.xbindkeysrc
home/lib/login_aliases.sh

index bf732d6..b3c9438 100644 (file)
     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
index ea00f8b..f4d4ed7 100644 (file)
@@ -11,5 +11,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='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'
This page took 0.024766 seconds and 4 git commands to generate.