# HG changeset patch # User Meredith Howard # Date 1477198861 14400 # Node ID 3f116b7f4d3e21b95391572e8f76dfb0d82b8a78 # Parent dd1863db6d3151709575273aa6adfeb59818ac80 Add tabular maps diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -172,6 +172,9 @@ nmap K :call ViewDoc('doc', '') nmap gK :call ViewDoc('doc', expand('')) nmap gKK :call ViewDoc('doc', expand('%')) +" Tabular shortcuts +map te :Tabularize first_eq +map ta :Tabularize first_arrow function! AutoFmtToggle() if &formatoptions =~ 'a'