vim: suche/ersetze
This commit is contained in:
parent
790989cdc1
commit
502687c5bd
2 changed files with 3 additions and 2 deletions
1
.vimrc
1
.vimrc
|
@ -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']
|
||||
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue