Skip to content

Commit

Permalink
adding shortcut to Gstatus fugitive call
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Jan 6, 2013
1 parent 98aed9c commit 18171a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/vimrc.symlink
Expand Up @@ -370,6 +370,9 @@ nmap <silent> <leader>y :NERDTreeFind<cr>
nmap <silent> <leader>t :CtrlP<cr>
nmap <silent> <leader>r :CtrlPBuffer<cr>

" Fugitive Shortcuts
nmap <silent> <leader>gs :Gstatus<cr>

" CtrlP ignore patterns
let g:ctrlp_custom_ignore = {
\ 'dir': '\.git$\|node_modules$\|\.hg$\|\.svn$',
Expand Down

0 comments on commit 18171a6

Please sign in to comment.