diff --git a/.vimrc b/.vimrc index e438425..5cffb2a 100644 --- a/.vimrc +++ b/.vimrc @@ -12,8 +12,6 @@ Plugin 'sheerun/vim-polyglot' Plugin 'ctrlpvim/ctrlp.vim' " Shellcheck Integration Plugin 'itspriddle/vim-shellcheck' -" :ShellCheck! -" öffnet die Definition im Webbrowser " git integration G: Plugin 'tpope/vim-fugitive' " auto einrueckung @@ -107,6 +105,12 @@ let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$' let g:ctrlp_map = '' let g:ctrlp_extensions = ['line', 'undo'] +" ### shellcheck +" farbe für zeilenmarkierung im quickfix-windows +hi QuickFixLine ctermbg=black guibg=black +" mit , + n/p wechsele den Eintrag vor/zurück +nnoremap n :cn +nnoremap p :cp " ### lightline/statusline " blende insert/visual/... in der commandline aus, steht in lightline set noshowmode