readme: tabellen eingeruckt
This commit is contained in:
parent
6f942f2d65
commit
aa4353d971
1 changed files with 31 additions and 26 deletions
|
@ -1,7 +1,9 @@
|
||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
# vim shortcuts
|
# vim shortcuts
|
||||||
|
|
||||||
Leader = `,`
|
Leader = `,`
|
||||||
|
|
||||||
| Shortcut | Befehl |
|
| Shortcut | Befehl |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| Leader+z | Toggle Line Numbers |
|
| Leader+z | Toggle Line Numbers |
|
||||||
|
@ -21,12 +23,15 @@ Leader = `,`
|
||||||
| * | Suche Wort unter dem Cursor |
|
| * | Suche Wort unter dem Cursor |
|
||||||
|
|
||||||
# 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 |
|
||||||
|
|
||||||
# tmux shortcuts
|
# tmux shortcuts
|
||||||
|
|
||||||
| Shortcut | Befehl |
|
| Shortcut | Befehl |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| Präfix+w | Schließe Windows |
|
| Präfix+w | Schließe Windows |
|
||||||
|
|
Loading…
Reference in a new issue