Find in project defaults to compact
This commit is contained in:
parent
f4c71549ff
commit
f142b3ca3a
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -114,6 +114,9 @@ let g:EasyClipUseSubstituteDefaults=1
|
||||||
let g:indentLine_enabled = 1
|
let g:indentLine_enabled = 1
|
||||||
let g:indentLine_char = "⟩"
|
let g:indentLine_char = "⟩"
|
||||||
|
|
||||||
|
" ctrlsf
|
||||||
|
let g:ctrlsf_default_view_mode = 'compact'
|
||||||
|
|
||||||
" Leader
|
" Leader
|
||||||
let mapleader="\<SPACE>"
|
let mapleader="\<SPACE>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue