Stop opening NERDTree in todo
[khome.git] / home / lib / login_aliases.sh
index 9ff9f3a..6c781ce 100644 (file)
@@ -11,7 +11,7 @@ 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'
+alias todo='cd ~/Documents/TODO && vim TODO.md'
 alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO.txt"
 alias drafts='cd ~/Documents/drafts && vim drafts.md'
 alias bookmarks='cd ~/Documents/bookmarks && vim bookmarks.md'
This page took 0.019964 seconds and 4 git commands to generate.