diff options
author | Tharre <tharre3@gmail.com> | 2015-07-13 15:48:41 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:12:17 +0000 |
commit | 5e513e27fe8b85c886b49699f829e4bcf4ffd011 (patch) | |
tree | 8ddfca4cc13fd5451d5eb5835b599f013d167060 /shell | |
parent | ea179f83284825f0327d668d3126ed1d03e1d4e2 (diff) | |
download | dotfiles-5e513e27fe8b85c886b49699f829e4bcf4ffd011.tar.gz dotfiles-5e513e27fe8b85c886b49699f829e4bcf4ffd011.tar.xz dotfiles-5e513e27fe8b85c886b49699f829e4bcf4ffd011.zip |
vim: add link for future reference
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc index c3eb5c3..ccda875 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -3,6 +3,7 @@ " http://learnvimscriptthehardway.stevelosh.com/chapters/52.html " May install in the future: " Git wrapper, similar to magit: 'https://github.com/tpope/vim-fugitive' +" https://github.com/tony/vim-config let mapleader="," " set leader early as otherwise it wouldn't work |