From f6b5c14b957137b5ab978c43b09b4f270c11920c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 16 Jun 2022 12:56:36 +0200 Subject: [PATCH] =?UTF-8?q?vim:=20Plugin=20Hardtime=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vimrc b/.vimrc index ecf0d43..18bae6f 100644 --- a/.vimrc +++ b/.vimrc @@ -6,6 +6,8 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin('~/.vim/plugged') " Let Vundle manage Vundle; muss immer der erste Eintrag sein Plugin 'VundleVim/Vundle.vim' +" hardtime, uebung +Plugin 'takac/vim-hardtime' " languagepack Plugin 'sheerun/vim-polyglot' " 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: let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] +" Hardtime +" aktiviere in jedem Buffer +let g:hardtime_default_on = 1 " ### Keybindings " deaktiviere Ex-Mode keybinding