Mercurial > dotfiles.old
diff vimrc @ 13:dd1519fc21e3
Add vim-smalls plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 10 Mar 2014 20:32:06 +0100 |
parents | 8975f7375c41 |
children | 09c60bc0fc38 |
line wrap: on
line diff
--- a/vimrc Thu Feb 27 20:29:06 2014 +0100 +++ b/vimrc Mon Mar 10 20:32:06 2014 +0100 @@ -341,8 +341,16 @@ " Yank ring nnoremap <silent> <leader>y :YRShow<CR> +" Open pdf in Preview let g:livepreview_previewer = 'open -a Preview' + +" Smalls +nmap s <Plug>(smalls) +omap s <Plug>(smalls) +xmap s <Plug>(smalls) + +" Load local vimrc if filereadable($HOME . "/.vimrc.local") source ~/.vimrc.local endif