Merge branch 'master' of git://github.com/dustinswan/dotfiles
This commit is contained in:
commit
26ec344e72
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
|
@ -130,3 +130,8 @@ nnoremap <Esc> :noh<CR><Esc>
|
|||
|
||||
" open the current file for edit in Perforce
|
||||
nnoremap <leader>p :! p4 edit %<CR>
|
||||
|
||||
" disable tagbar in old Vim
|
||||
if v:version < 703
|
||||
let g:loaded_tagbar = 1
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue