Skip to content

Commit

Permalink
repeat als submodule toegevoegd
Browse files Browse the repository at this point in the history
  • Loading branch information
HenricoWitvliet committed Aug 11, 2012
1 parent b93e52c commit 6c7e6ae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -22,3 +22,6 @@
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/garbas/vim-snipmate.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
6 changes: 5 additions & 1 deletion .netrwhist
@@ -1,3 +1,7 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =1
let g:netrw_dirhist_cnt =5
let g:netrw_dirhist_1='/Users/macbook/.vim/doc'
let g:netrw_dirhist_2='/Users/macbook'
let g:netrw_dirhist_3='/Users/macbook/Downloads'
let g:netrw_dirhist_4='/Users/macbook/Downloads/About Downloads.lpdf'
let g:netrw_dirhist_5='/Users/macbook/Downloads/About Downloads.lpdf/Contents'
1 change: 1 addition & 0 deletions bundle/repeat
Submodule repeat added at d75a54
7 changes: 6 additions & 1 deletion vimrc
Expand Up @@ -53,10 +53,15 @@ set showcmd

" Highlight searches (use <C-L> to temporarily turn off highlighting; see the
" mapping of <C-L> below)
set hlsearch
nnoremap / /\v
vnoremap / /\v
set ignorecase
set smartcase
set gdefault
set incsearch
set showmatch
set hlsearch
nnoremap <leader><space> :noh<cr>
" Modelines have historically been a source of security vulnerabilities. As
" such, it may be a good idea to disable them and use the securemodelines
Expand Down

0 comments on commit 6c7e6ae

Please sign in to comment.