dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2564c054f1069e8c76bab92e4e8e811d8f246a34
parent e94342f26738e54e5c6a5cb08c67a2d9fca41fec
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 18 Feb 2016 14:59:21 -0800

change todo to markdown

Diffstat:
M.vimrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -362,7 +362,8 @@ nmap <leader>" :split " shortcuts to commonly used files nmap <leader>C :e $MYVIMRC<CR> -nmap <leader>T :e ~/doc/todo.org<CR> +"nmap <leader>T :e ~/doc/todo.org<CR> +nmap <leader>T :e ~/doc/todo.md<CR> nmap <leader>B :e ~/articles/own/BIBnew.bib<CR> nmap <leader>A :e ~/articles/articles.rst<CR>