A vim addon and leaders
This commit is contained in:
parent
ace72d437d
commit
87fc12ca3f
1 changed files with 5 additions and 1 deletions
6
.vimrc
6
.vimrc
|
@ -7,6 +7,7 @@ Bundle 'gmarik/vundle'
|
||||||
Bundle 'airblade/vim-gitgutter'
|
Bundle 'airblade/vim-gitgutter'
|
||||||
Bundle 'godlygeek/tabular'
|
Bundle 'godlygeek/tabular'
|
||||||
Bundle 'kien/ctrlp.vim'
|
Bundle 'kien/ctrlp.vim'
|
||||||
|
Bundle 'nathanaelkane/vim-indent-guides'
|
||||||
Bundle 'rodjek/vim-puppet'
|
Bundle 'rodjek/vim-puppet'
|
||||||
Bundle 'tpope/vim-rails'
|
Bundle 'tpope/vim-rails'
|
||||||
Bundle 'tpope/vim-repeat'
|
Bundle 'tpope/vim-repeat'
|
||||||
|
@ -59,8 +60,11 @@ imap <C-s> <esc>:w<CR>
|
||||||
" Leaders (whatever that means)
|
" Leaders (whatever that means)
|
||||||
let mapleader = ","
|
let mapleader = ","
|
||||||
|
|
||||||
map <Leader>s :e ~/Source/<cr>
|
map <Leader>bi :BundleInstall<cr>
|
||||||
map <Leader>nc :Nyancat<cr>
|
map <Leader>nc :Nyancat<cr>
|
||||||
|
map <Leader>s :e ~/Source/<cr>
|
||||||
|
map <Leader>se :e ~/.vimrc<cr>
|
||||||
|
map <Leader>sz :so ~/.vimrc<cr>
|
||||||
map <Leader>t :Tabularize /
|
map <Leader>t :Tabularize /
|
||||||
map <Leader>ts :sp ~/tool-sharpener.txt<cr>
|
map <Leader>ts :sp ~/tool-sharpener.txt<cr>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue