vim: shellcheck
This commit is contained in:
parent
7a537611b6
commit
18d97c79a8
2 changed files with 5 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -10,6 +10,10 @@ Plugin 'VundleVim/Vundle.vim'
|
|||
Plugin 'sheerun/vim-polyglot'
|
||||
" fuzzy finder
|
||||
Plugin 'ctrlpvim/ctrlp.vim'
|
||||
" Shellcheck Integration
|
||||
Plugin 'itspriddle/vim-shellcheck'
|
||||
" :ShellCheck!
|
||||
" <gb> öffnet die Definition im Webbrowser
|
||||
" git integration G:
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
" auto einrueckung
|
||||
|
|
|
@ -29,6 +29,7 @@ Tested on Ubuntu >=20.04
|
|||
| Leader+p | Toggle Paste-Mode |
|
||||
| Ctrl+j | wechsele Buffer aufwärts |
|
||||
| Ctrl+k | wechsele Buffer abwärts |
|
||||
| :ShellCheck! | Offnet ShellCheck; gb öffnet die Definition auf github|
|
||||
| // | Suche Begriff unter Cursor |
|
||||
| \\\\\ | Setze mehrfachen Cursor| # 3x \
|
||||
|
||||
|
|
Loading…
Reference in a new issue