From 91115af57a7f3126b859c71af1d0f43576e8159a Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 28 Feb 2020 13:25:12 -0500 Subject: [PATCH] Use markdown for drafts --- home/.xbindkeysrc | 2 +- home/lib/login_aliases.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.xbindkeysrc b/home/.xbindkeysrc index 7d7a84d..131e88f 100644 --- a/home/.xbindkeysrc +++ b/home/.xbindkeysrc @@ -116,5 +116,5 @@ "gvim ~/TODO.md" # .md filetype is already set to activate spell check alt + shift + t -"gvim -c 'set spell' ~/Documents/Drafts.txt" +"gvim -c 'set spell' ~/Documents/Drafts.md" alt + shift + d diff --git a/home/lib/login_aliases.sh b/home/lib/login_aliases.sh index fd4721a..b57e2ff 100644 --- a/home/lib/login_aliases.sh +++ b/home/lib/login_aliases.sh @@ -13,4 +13,4 @@ alias tm='tmux' 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' +alias drafts='gvim -c "set spell" ~/Documents/Drafts.md' -- 2.20.1