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 'gmarik/vundle'
|
||||||
|
|
||||||
Bundle 'airblade/vim-gitgutter'
|
Bundle 'airblade/vim-gitgutter'
|
||||||
|
Bundle 'godlygeek/tabular'
|
||||||
Bundle 'kien/ctrlp.vim'
|
Bundle 'kien/ctrlp.vim'
|
||||||
|
Bundle 'puppetlabs/puppet-syntax-vim'
|
||||||
Bundle 'tpope/vim-rails'
|
Bundle 'tpope/vim-rails'
|
||||||
Bundle 'tpope/vim-repeat'
|
Bundle 'tpope/vim-repeat'
|
||||||
Bundle 'tpope/vim-surround'
|
Bundle 'tpope/vim-surround'
|
||||||
|
@ -57,8 +59,9 @@ imap <C-s> <esc>:w<CR>
|
||||||
" Leaders (whatever that means)
|
" Leaders (whatever that means)
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
|
|
||||||
map <Leader>s :e ~/Source/
|
map <Leader>s :e ~/Source/<cr>
|
||||||
map <Leader>nc :Nyancat<cr>
|
map <Leader>nc :Nyancat<cr>
|
||||||
|
map <Leader>t :Tabularize /
|
||||||
map <Leader>ts :sp ~/tool-sharpener.txt<cr>
|
map <Leader>ts :sp ~/tool-sharpener.txt<cr>
|
||||||
|
|
||||||
" Set style
|
" Set style
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
* git checkout bind
|
* git checkout bind
|
||||||
* vi mode on command line
|
* vi mode on command line
|
||||||
* * set -o vi
|
* * set -o vi
|
||||||
|
* source keybinds
|
||||||
|
|
Loading…
Reference in a new issue