vim: Plugin Hardtime hinzugefügt
This commit is contained in:
parent
16ae883794
commit
f6b5c14b95
1 changed files with 5 additions and 0 deletions
5
.vimrc
5
.vimrc
|
@ -6,6 +6,8 @@ set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
call vundle#begin('~/.vim/plugged')
|
call vundle#begin('~/.vim/plugged')
|
||||||
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
" Let Vundle manage Vundle; muss immer der erste Eintrag sein
|
||||||
Plugin 'VundleVim/Vundle.vim'
|
Plugin 'VundleVim/Vundle.vim'
|
||||||
|
" hardtime, uebung
|
||||||
|
Plugin 'takac/vim-hardtime'
|
||||||
" languagepack
|
" languagepack
|
||||||
Plugin 'sheerun/vim-polyglot'
|
Plugin 'sheerun/vim-polyglot'
|
||||||
" highlight fuer movement mit tTfFwW
|
" highlight fuer movement mit tTfFwW
|
||||||
|
@ -153,6 +155,9 @@ let g:sneak#s_next = 1
|
||||||
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
" Trigger a highlight in the appropriate direction only when pressing these keys:
|
||||||
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
||||||
|
|
||||||
|
" Hardtime
|
||||||
|
" aktiviere in jedem Buffer
|
||||||
|
let g:hardtime_default_on = 1
|
||||||
|
|
||||||
" ### Keybindings
|
" ### Keybindings
|
||||||
" deaktiviere Ex-Mode keybinding
|
" deaktiviere Ex-Mode keybinding
|
||||||
|
|
Loading…
Reference in a new issue