vim: quick-scope
This commit is contained in:
parent
1c02b2c62d
commit
f77ccf6f3d
1 changed files with 6 additions and 0 deletions
6
.vimrc
6
.vimrc
|
@ -8,6 +8,8 @@ call vundle#begin('~/.vim/plugged')
|
|||
Plugin 'VundleVim/Vundle.vim'
|
||||
" languagepack
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
" highlight fuer movement mit tTfFwW
|
||||
Plugin 'unblevable/quick-scope'
|
||||
" fuzzy finder
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
" sneak motion
|
||||
|
@ -147,6 +149,10 @@ let g:startify_lists = [
|
|||
" ### vim-sneak
|
||||
let g:sneak#s_next = 1
|
||||
|
||||
" ### quick-scope
|
||||
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
||||
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||
|
||||
|
||||
" ### Keybindings
|
||||
" deaktiviere Ex-Mode keybinding
|
||||
|
|
Loading…
Reference in a new issue