Skip to content

Commit

Permalink
Adding "Tabular" plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruliana committed Mar 17, 2012
1 parent 89b860e commit 1d22cd2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Expand Up @@ -221,6 +221,13 @@ nmap <S-INSERT> "+P
" Also works with html tags
Bundle 'tpope/vim-surround'

" Make ascii tables
" http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
" To tabularize things separated by '|', use:
" :Tab /|
Bundle 'godlygeek/tabular'
nmap <leader>t :Tab /\|<CR>
"------------------------
" 'Empower' Key mappings
"------------------------
Expand Down

0 comments on commit 1d22cd2

Please sign in to comment.