vim: vim-sorrund hinzugefügt

This commit is contained in:
Michael Grote 2022-07-04 07:55:17 +02:00
parent 52128319be
commit 167cb7b6d5
2 changed files with 3 additions and 3 deletions

4
.vimrc
View file

@ -6,8 +6,6 @@ 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
@ -20,6 +18,8 @@ Plugin 'justinmk/vim-sneak'
Plugin 'itspriddle/vim-shellcheck'
" git integration G:
Plugin 'tpope/vim-fugitive'
" vim-surround
Plugin 'tpope/vim-surround'
" statusline
Plugin 'itchyny/lightline.vim'
" ausrichten von text

View file

@ -33,7 +33,7 @@ Leader = `,`
| In `Visual-Mode` `:sort` oder `:sort u` | sortieren/sortieren und doppelte löschen |
| In `Visual-Block` `I` <Zeichen> `Esc` | Text ein/auskommentieren |
| mark setzen `m<zeichen>`, hinspringen `'<zeichen>'` | Marks |
| | |
| cs"' // ds" // ysiw" |Tausche Anführunsgzeichen um Wort gegen Ticks, entferne umschließende Anführungszeichen, füge umschließende Anführungszeichen hinzu |
# tmux shortcuts