some more fixes that would work in fb devservers.
This commit is contained in:
14
vim/vimrc
14
vim/vimrc
@@ -359,7 +359,7 @@ map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
|
||||
" Grep options affect GNU grep. The intend is that greps not supporting the
|
||||
" options will continue working without options.
|
||||
"
|
||||
let $GREP_OPTIONS.=' --exclude-dir=.git --exclude-dir=.svn'
|
||||
let $GREP_OPTIONS.=' --exclude-dir=.git --exclude-dir=.svn --exclude-dir=.hg'
|
||||
let $GREP_OPTIONS.=' --exclude=tags --exclude=*.o --exclude=*.log'
|
||||
let $GREP_OPTIONS.=' --exclude=*.swp'
|
||||
let $GREP_OPTIONS.=' --exclude-dir=llcalc* --exclude-dir=00*'
|
||||
@@ -388,12 +388,12 @@ noremap <Down> gj
|
||||
"
|
||||
" Working with tabs especially if using console version.
|
||||
"
|
||||
nnoremap th :tabfirst<CR>
|
||||
nnoremap tj :tabnext<CR>
|
||||
nnoremap tk :tabprev<CR>
|
||||
nnoremap tl :tablast<CR>
|
||||
nnoremap tm :tabm<Space>
|
||||
nnoremap td :tabclose<CR>
|
||||
" nnoremap th :tabfirst<CR>
|
||||
" nnoremap tj :tabnext<CR>
|
||||
" nnoremap tk :tabprev<CR>
|
||||
" nnoremap tl :tablast<CR>
|
||||
" nnoremap tm :tabm<Space>
|
||||
" nnoremap td :tabclose<CR>
|
||||
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Plugins
|
||||
|
||||
Reference in New Issue
Block a user