Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
configs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
configs
Commits
427c3fc0
Commit
427c3fc0
authored
Jan 04, 2015
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed duplicate wildignore definition
parent
66a17de5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vimrc
vimrc
+1
-2
No files found.
vimrc
View file @
427c3fc0
...
@@ -50,7 +50,7 @@ set visualbell t_vb= noerrorbells
...
@@ -50,7 +50,7 @@ set visualbell t_vb= noerrorbells
" Enable wildmenu for browsing files in :e command
" Enable wildmenu for browsing files in :e command
set wildmenu
set wildmenu
set wildcharm=<TAB>
set wildcharm=<TAB>
set wildignore=*.swp,*.bak,*.pyc,*.class,*.o,*.bc
set wildignore=*.swp,*.bak,*.pyc,*.class,*.o,*.bc
,*.old,*.cmi,*.cmx
" File explorer
" File explorer
let g:netrw_liststyle=3 " Use tree-mode as default view
let g:netrw_liststyle=3 " Use tree-mode as default view
...
@@ -61,7 +61,6 @@ let g:netrw_preview=1 " Preview window shown in a vsplit
...
@@ -61,7 +61,6 @@ let g:netrw_preview=1 " Preview window shown in a vsplit
" ---------
" ---------
set history=1000 undolevels=1000
set history=1000 undolevels=1000
set wildignore=*.swp,*.bak,*.pyc,*.class,*.old
set hlsearch " highlight search terms
set hlsearch " highlight search terms
set incsearch " show search matches as you type
set incsearch " show search matches as you type
set ignorecase smartcase " clever case sensitivity
set ignorecase smartcase " clever case sensitivity
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment