Add Tabularize
This commit is contained in:
parent
b024625a88
commit
3313514fa4
2 changed files with 5 additions and 1 deletions
5
.vimrc
5
.vimrc
|
@ -5,7 +5,9 @@ call vundle#rc()
|
|||
Bundle 'gmarik/vundle'
|
||||
|
||||
Bundle 'airblade/vim-gitgutter'
|
||||
Bundle 'godlygeek/tabular'
|
||||
Bundle 'kien/ctrlp.vim'
|
||||
Bundle 'puppetlabs/puppet-syntax-vim'
|
||||
Bundle 'tpope/vim-rails'
|
||||
Bundle 'tpope/vim-repeat'
|
||||
Bundle 'tpope/vim-surround'
|
||||
|
@ -57,8 +59,9 @@ imap <C-s> <esc>:w<CR>
|
|||
" Leaders (whatever that means)
|
||||
let mapleader = ","
|
||||
|
||||
map <Leader>s :e ~/Source/
|
||||
map <Leader>s :e ~/Source/<cr>
|
||||
map <Leader>nc :Nyancat<cr>
|
||||
map <Leader>t :Tabularize /
|
||||
map <Leader>ts :sp ~/tool-sharpener.txt<cr>
|
||||
|
||||
" Set style
|
||||
|
|
|
@ -4,3 +4,4 @@
|
|||
* git checkout bind
|
||||
* vi mode on command line
|
||||
* * set -o vi
|
||||
* source keybinds
|
||||
|
|
Loading…
Reference in a new issue