vim: Tipps
This commit is contained in:
parent
c9fac511a2
commit
1e1b716716
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
@ -25,11 +25,14 @@ Leader = `,`
|
||||||
|
|
||||||
# Tipps
|
# Tipps
|
||||||
|
|
||||||
| Aktion | Erklärung |
|
| 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 |
|
| ```args `find . -type f -name *.sh` danach argsdo %s/suche/ersetze/ge``` | Suchen ersetzen in allen Dateien |
|
||||||
| In `Visual-Mode` `ga` | öffnet EasyAlign |
|
| In `Visual-Mode` `ga` | öffnet EasyAlign |
|
||||||
|
| In `Visual-Mode` `:sort` oder `:sort u` | sortieren/sortieren und doppelte löschen |
|
||||||
|
| | |
|
||||||
|
|
||||||
|
|
||||||
# tmux shortcuts
|
# tmux shortcuts
|
||||||
|
|
||||||
|
@ -38,4 +41,3 @@ Leader = `,`
|
||||||
| Präfix+w | Schließe Windows |
|
| Präfix+w | Schließe Windows |
|
||||||
| Präfix+c/t | Öffne Windows |
|
| Präfix+c/t | Öffne Windows |
|
||||||
| Präfix+f | Suche in Pane Buffer |
|
| Präfix+f | Suche in Pane Buffer |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue