Update TODO.md location
authorSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 May 2020 00:29:37 +0000 (20:29 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Thu, 7 May 2020 00:29:37 +0000 (20:29 -0400)
home/.xbindkeysrc
home/lib/login_aliases.sh

index a0c2694..bf732d6 100644 (file)
     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
index 4ba4ea6..fd99ee8 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='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'
This page took 0.020692 seconds and 4 git commands to generate.