mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add fuzzy finding to vim
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -13,6 +13,8 @@ set scrolloff=8
|
||||
set enc=utf-8
|
||||
set wrapscan " start searching at the beginning when EOF reached
|
||||
set matchpairs+=<:> " add angle brackets to list of matching bracket pairs
|
||||
set path+=** " search files in all subdirs with 'find' command
|
||||
set wildmenu " show all matching files when tab completing
|
||||
|
||||
" simple appending closing characters automatically
|
||||
inoremap { {}<Left>
|
||||
|
||||
Reference in New Issue
Block a user