Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
dc884dca
Commit
dc884dca
authored
Feb 20, 2022
by
Adrien Dorsaz
Browse files
vim: add tipps from NickLaMuro
parent
3001fbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vim/vimrc
View file @
dc884dca
...
...
@@ -89,6 +89,18 @@ set signcolumn=yes
" Highlight current search
set hlsearch
" Better command line / buffer completion
set wildmenu
set wildmode=lastused,full
" Use case insensitive search, except when using capital letters
set ignorecase
set smartcase
" Instead of failing a command because of unsaved changes, instead raise a
" dialogue asking if you wish to save changed files.
set confirm
" CtrlP
set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*/build/*,*node_modules*,*vendor/bundle/*,.cache,.clang
...
...
Write
Preview
Supports
Markdown
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