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 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:
M.vimrc | 1+
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>