commit e5e5f0b4b8ed96d2d86b79fe793d7248a43915f4
parent aea167ecc75afb6350a9512351dedec5d024bf3d
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 22 Jan 2015 11:57:36 +0100
add link to article note file
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vimrc b/.vimrc
@@ -295,6 +295,7 @@ nmap <leader>" :split
nmap <leader>C :e $MYVIMRC<CR>
nmap <leader>T :e ~/doc/todo.org<CR>
nmap <leader>B :e ~/articles/own/BIBnew.bib<CR>
+nmap <leader>A :e ~/articles/articles.rst<CR>
" job execution
nmap <leader>m :Make<CR>