vim: quick-scope

This commit is contained in:
Michael Grote 2021-12-21 22:38:56 +01:00
parent 1c02b2c62d
commit f77ccf6f3d

6
.vimrc
View file

@ -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