Merge branch 'master' of ssh+git://barakmich.com/fs/home/barak into homedir

This commit is contained in:
Barak Michener 2012-02-23 14:21:16 -08:00
commit 0a57532a16
2 changed files with 24 additions and 17 deletions

View file

@ -8,9 +8,10 @@
ci = commit
co = checkout
w = whatchanged
revert = checkout -f
stagediff = diff --staged
sdiff = diff --staged
graph = log graph oneline
graph = log --graph --oneline
[diff]
renamelimit = 0

8
.vimrc
View file

@ -73,6 +73,12 @@ let g:NERDChristmasTree = 1
let g:NERDChristmasTree = 1
let g:NERDTreeQuitOnOpen = 1
let g:NERDTreeWinPos = "right"
" Tagbar plugin settings
let g:tagbar_width = 40
let g:tagbar_autofocus = 1
" Taglist plugin settings (deprecated)
let Tlist_GainFocus_On_ToggleOpen = 1
let Tlist_Use_Right_Window = 1
let Tlist_Inc_Winwidth = 0
@ -101,7 +107,7 @@ au BufEnter *.org call org#SetOrgFileType()
"nnoremap gn gt
"nnoremap gp gT
nmap gt :NERDTreeToggle<CR>
nmap gT :TlistToggle<CR>
nmap gb :TlistToggle<CR>
"nnoremap gx :Kwbd<CR>
nnoremap gc :Kwbd<CR>
"nnoremap gc :bdelete<CR>