vim: suche/ersetze

This commit is contained in:
Michael Grote 2021-11-30 10:40:49 +01:00
parent 790989cdc1
commit 502687c5bd
2 changed files with 3 additions and 2 deletions

1
.vimrc
View file

@ -95,7 +95,6 @@ endif
set wildignore+=*/tmp/*,*.so,*.swp,*.zip " MacOSX/Linux
set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe " Windows
let g:ctrlp_custom_ignore = '\v[\/]\.(git|hg|svn)$'
" stelle standard keybinding um
let g:ctrlp_map = ''
let g:ctrlp_extensions = ['line', 'undo']

View file

@ -22,7 +22,9 @@ Leader = `,`
# Tipps
| Aktion | Erklärung |
| viw/vi'/vi$/vaX | Visual Selection bis x |
|-- | --|
| `viw/vi'/vi$/vaX` | Visual Selection bis x |
| ```args `find . -type f -name *.sh` danach argsdo %s/suche/ersetze/ge``` | Suchen ersetzen in allen Dateien |
# tmux shortcuts
| Shortcut | Befehl |